Search box size
Hi,
is it possible to make the search box that opens after clicking the icon larger? I like the size that my old theme have, like here: https://veebilahendus.ee/
Hi,
is it possible to make the search box that opens after clicking the icon larger? I like the size that my old theme have, like here: https://veebilahendus.ee/
Comments
Hi,
Probably with some custom CSS, it might be possible to increase the size of the search box.
If you attach a link to your website, I can help you prepare such CSS.
Best regards
Hi,
It would be great, link: https://demo.veebilahendus.ee/ pw: 12345
Thx,
Steve
Please check if this CSS is what you wanted to do:
.mfn-header-tmpl .column_header_icon .search_wrapper{ width: clamp(600px, 80%, 1920px); } .mfn-header-tmpl .column_header_icon .search_wrapper input{ font-size: 80px!important; padding-left: 96px!important; } .mfn-header-tmpl .column_header_icon .search_wrapper svg{ width: 70px; }Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
Thanks