Change search bar category dropdown position
-
Hi there,
Is it possible to change the searchbar category dropdown placement? it currently sits after the search input, can i place it before?
I’ve attached a screenshot example. Thanks!
Attachments:
You must be
logged in to view attached files.
Hello,
Thank you very much for choosing our theme and for contacting us.
Your screenshot is not clear enough, please provide the page URL
If your site is under maintenance please provide your site admin access to the private area.
Best Regards
Hi there,
Thank you for the response – the site from the screenshot looks like this – https://elements.envato.com/
I’m trying to make my search bar look the same as that, however the categories are on the right of the input text. How do I move it to the left? I’m currently working on my site on http://165.227.233.204/
Thanks!
Hello,
Please navigate to Woodmart > Header builder http://prntscr.com/iyd2pe
Choose the proper header type (your current) http://prntscr.com/iyd333
Enter the search item and enable categories drop-down http://prntscr.com/m2irbq
Best Regards
Best Regards
Hi there,
I have currently disabled it because I want to move it the left, before the search input box instead of before the search button. Is this possible?
Attachments:
You must be
logged in to view attached files.
Hello,
Add this code to the Theme settings > Custom CSS:
body .search-by-category {
right: auto;
left: 0;
}
body .search-style-with-bg.searchform input[type=text] {
padding-right:25px;
padding-left:202px;
}
body .search-by-category .input-dropdown-inner>a {
border-right: 1px solid #777777;
}
Best Regards
that did it, thank you so much!
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘Change search bar category dropdown position’ is closed to new replies.