Home Forums WoodMart support forum How to Change category dropdown position in search bar

How to Change category dropdown position in search bar

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #567510

    tanavaderajan7
    Participant

    How to Change category dropdown position in search bar to right side before search bar

    #567588

    Hung Pham
    Keymaster

    Hi tanavaderajan7,

    Thanks for reaching to us.

    Please provide URL of the mentioned page, so I can take a closer look, this will allow me to thoroughly investigate and address your concerns in a more efficient.

    Regards,

    #567678

    tanavaderajan7
    Participant

    below is my website and i want Change category dropdown position in search bar before input

    #567687

    Hung Pham
    Keymaster

    Hi tanavaderajan7,

    Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    form.searchform.wd-with-cat input[type="text"] {
        padding-inline-end: 0;
        padding-inline-start: calc(var(--wd-search-cat-w) + var(--wd-search-btn-w) + 15px);
    }
    
    div.wd-search-cat {
        inset-inline-start: var(--wd-search-btn-w);
    }

    Regards,

    #567692

    tanavaderajan7
    Participant

    thanks for your help but input options are still in left you can check on same site

    #567913

    Hung Pham
    Keymaster

    Hi tanavaderajan7,

    Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    div.wd-search-cat .wd-dropdown-search-cat{
    	left: 0;
    	right: auto;
    }

    Regards,

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