Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Unable to adjust width of settings (categories and tags) box
This topic contains 2 replies, has 2 voices, and was last updated by DanConnell888 3 years, 11 months ago.
- AuthorPosts
- June 25, 2019 at 1:47 pm #23394
I am trying to expand the width of the box that contains categories and tags to fill the width of the container box.
I am having trouble doing this. Can you let me know the best way to fix this?
I have included an image to represent what I am rying to achieve.
I am also unable to change the (font, size, colour) of the titles of the settings (categories) and tag (phases). Can you assist with this also?
Attachments:
You must be logged in to view attached files.June 26, 2019 at 12:22 pm #23422Hi,
You can change the column width of these options under here: https://i.imgur.com/34pcztv.png
The options drop down and header fonts can be changed here: https://i.imgur.com/UntmDvF.png
In some cases those fonts and colors might be inherited from the theme, in that case, using custom CSS is the only option:
Best,/* The option labels font color */ fieldset .asp_option_label, fieldset .asp_label { color: red !important; } /* The header font color */ .asp_sb fieldset legend, .asp_sb fieldset legend { color: blue !important; }
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
June 26, 2019 at 3:27 pm #23426Thank you for your help 🙂
- AuthorPosts
You must be logged in to reply to this topic.