Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Scroll bars on Custom Categories
This topic contains 7 replies, has 2 voices, and was last updated by Ernest Marcinko 2 years, 4 months ago.
- AuthorPosts
- January 19, 2021 at 1:19 pm #31201
Hi!
Is there any way to get rid of those horizontal scroll bars?
Or maybe some way to make all categories filters flex on empty place inside container?Best Regards,
KamilAttachments:
You must be logged in to view attached files.January 19, 2021 at 1:28 pm #31203Hi Kamil,
Those should not be there in the first place, so I suspect a CSS conflict of some sort. Try this custom CSS to force hide them:
Best,.asp_w form[name=options] fieldset, .asp_w form[name=options] fieldset .categoryfilter { overflow-x: hidden !important; }
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
January 19, 2021 at 1:36 pm #31204I tried it and it works but now button is cut down.
Attachments:
You must be logged in to view attached files.January 19, 2021 at 2:48 pm #31207I don’t know then, I will have to see this in order to be able to tell. Can you please share a relevant URL?
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
January 19, 2021 at 2:50 pm #31208You cannot access this content.January 19, 2021 at 2:54 pm #31210Thanks!
These should resolve it:
Best,.asp_w form[name=options] fieldset, .asp_w form[name=options] fieldset .categoryfilter { overflow-x: hidden !important; } .asp_w form[name=options]>fieldset .asp_r_btn { box-sizing: border-box !important; }
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
January 19, 2021 at 2:57 pm #31211Yes it works! 🙂
Thank you!January 19, 2021 at 3:04 pm #31212You cannot access this content. Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
- AuthorPosts
You must be logged in to reply to this topic.