How to Change category dropdown position in search bar
-
How to Change category dropdown position in search bar to right side before search bar
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,
below is my website and i want Change category dropdown position in search bar before input
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,
thanks for your help but input options are still in left you can check on same site
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,