Home › Forums › WoodMart support forum › Ajax Search , show long product name is mix › Reply To: Ajax Search , show long product name is mix
May 23, 2024 at 7:31 am
#567590
Hung Pham
Keymaster
Hi amircn,
Thanks for reaching to us.
Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
1. Sub-categories
.wd-dropdown-search-cat ul.children{
display: none;
}
2. Search categories’s width
form.searchform.wd-with-cat {
--wd-search-cat-w: 250px;
}
3. Categories length
It will breakdowns 2 line by default if the categories too long.
Regards,