Home Forums WoodMart support forum Change search bar category dropdown position

Change search bar category dropdown position

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #99604

    Juca
    Participant

    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.
    #99611

    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

    #99614

    Juca
    Participant

    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!

    #99627

    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

    #99636

    Juca
    Participant

    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.
    #99643

    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

    #99644

    Juca
    Participant

    that did it, thank you so much!

    #99661

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 8 posts - 1 through 8 (of 8 total)

The topic ‘Change search bar category dropdown position’ is closed to new replies.