Increase the size of Frontend Categories Elements

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 Ernest Marcinko 4 years, 3 months ago.

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #27157
    Raoul Fegan
    raoulfegan
    Participant

    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.
    #27167
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi!

    The column size of those elements can be set here: https://i.imgur.com/zo0z7dL.png
    That should do the trick 🙂

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #27173
    Raoul Fegan
    raoulfegan
    Participant
    You cannot access this content.
    #27183
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Oh 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:

    /* Legend size */
    div.asp_w.asp_sb.searchsettings fieldset legend {
        font-size: 16px !important;
    }
    
    /* Checkbox option size */
    .asp_option_label {
        font-size: 16px !important;
    }
    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #27197
    Raoul Fegan
    raoulfegan
    Participant
    You cannot access this content.
    #27198
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    You are welcome 🙂

    The first section of the code will do that:

    /* Legend size */
    div.asp_w.asp_sb.searchsettings fieldset legend {
        font-size: 16px !important;
    }
    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #27204
    Raoul Fegan
    raoulfegan
    Participant
    You cannot access this content.
    #27208
    Ernest Marcinko
    Ernest Marcinko
    Keymaster
    You cannot access this content. Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in to reply to this topic.