This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Increase the size of Frontend Categories Elements

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #27157
    Raoul Feganraoulfegan
    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 !

    #27167
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

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

    #27173
    Raoul Feganraoulfegan
    Participant

    You cannot access this content.

    #27183
    Ernest MarcinkoErnest 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;
    }
    #27197
    Raoul Feganraoulfegan
    Participant

    You cannot access this content.

    #27198
    Ernest MarcinkoErnest 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;
    }
    #27204
    Raoul Feganraoulfegan
    Participant

    You cannot access this content.

    #27208
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.