This topic has 17 replies, 4 voices, and was last updated 9 years, 4 months ago ago by Eva Kemp
Hi,
I have tried many methods to change search form width, but it is still shown as
http://www.misssale.com/au2015/wp-content/uploads/2015/07/2015-07-08-20.15.36.png
Could you help me how to fix it?
Thanks
Hi,
You also can check this page http://www.misssale.com/products-search/
How can I make it as yours? Long search form with button in one row.
Thanks
Hello,
please add following code to your woopress/custom.css file:
input[type="text"],input[type="search"]{
float:left;
}
Do not forget to activate Custom css in Theme options > Custom ccs > enable!
Regards,
Stan Russell.
Hi,
Great. But how to change search form width?
I have put this in, but it does not work.
.et-mega-search form input[type=“text”] {
display: inline-block;
float: left;
padding: 14px 4%;
margin-right: 0px;
width: calc(98% - 130px);
height: 48px;
}
Hello,
As I see search button is in one row now. Please see screenshot: http://prntscr.com/7q9ojw
Also you can change height value to 39px.
.et-mega-search form .button {
height: 39px;
}
Regards,
Robert Hall.
Yes, it is in one row now, but search box is too short. I want to make it like https://www.8theme.com/support/
Please provide us with wp-admin access in Private Content.
Regards,
Robert Hall.
Okay, please see below.
Could you provide us with full permissions? We need this to check code for search field.
Regards,
Robert Hall.
Okay.
I have upgrade you to admin, same user name and psw.
Thanks.
Another problem is I cannot activate visual composer (4.6), could you use wp-admin to activate this plugin for me please by using the above username and password.
Thanks.
I have activated VC 4.6, please help me fix mega search form only.
Thanks
Hello,
You had incorrect quotes in the code. I’ve edited it and changed height for the button:
.et-mega-search form .button {
height: 48px;
width: 130px;
margin: 0px;
}
Please check search form now.
Regards,
Eva Kemp.
Thank you very much.
It looks very nice.
Could you also tell me how to modify this search result format? Looks like yours, and the search product image and font size more larger.
Thanks.
Hello,
To increase size of search icon add this code in custom css:
.empty-category-block h2::before {
width: 100px;
height: 100px;
background-size: 100px;
}
To increase the text use this code:
.empty-category-block h2 {
font-size: 42px;
}
.empty-category-block .btn {
font-size: 20px !important;
}
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up