Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Increase the size of Frontend Categories Elements
This topic contains 7 replies, has 2 voices, and was last updated by Ernest Marcinko 3 years ago.
- AuthorPosts
- May 7, 2020 at 10:40 am #27157
Hello,
I need to know how can I increase the size of this part (see image attached)
This is the live page: https://www.raulabad.com/tools/
I need to increse the size becouse in Mobile version is too small.
Thank You !
Attachments:
You must be logged in to view attached files.May 7, 2020 at 4:28 pm #27167Hi!
The column size of those elements can be set here: https://i.imgur.com/zo0z7dL.png
Best,
That should do the trick 🙂
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
May 7, 2020 at 7:45 pm #27173You cannot access this content.May 8, 2020 at 9:26 am #27183Oh okay, I thought you wanted to change the width.
The font sizes are mostly inherent from the theme, but you can use these custom CSS codes to change their sizes:
Best,/* Legend size */ div.asp_w.asp_sb.searchsettings fieldset legend { font-size: 16px !important; } /* Checkbox option size */ .asp_option_label { font-size: 16px !important; }
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
May 8, 2020 at 1:26 pm #27197You cannot access this content.May 8, 2020 at 2:04 pm #27198You are welcome 🙂
The first section of the code will do that:
Best,/* Legend size */ div.asp_w.asp_sb.searchsettings fieldset legend { font-size: 16px !important; }
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
May 8, 2020 at 5:10 pm #27204You cannot access this content.May 9, 2020 at 8:05 am #27208You 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.