Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1198676

    Hi Enfold-Team,

    how is it possible in the accordion to change

    1. The size of the toggle icon (“+”) to make it a bit bigger
    2. To decrease the height of the toggle

    Thanks a lot

    #1198708

    Hey JensRichterich,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1198717

    Hi Victoria,

    thanks for the fast reply.

    The according page can be found here: http://daria-spa.online-projektmanagement.info/beauty/#works

    The login credentials are in the Private Content area due to construction mode:

    If you need more information please let me know

    • This reply was modified 4 years ago by Mike. Reason: hide login info
    #1198930

    Hi,
    To make the toggle smaller you could remove the top & bottom padding with css like this:

    #accordeon .toggler {
        padding: 0px 3px 0px 35px !important; 
    }

    After applying the css, Please clear your browser cache and check.
    To make the “+” larger, please try this css:

    .toggle_icon .vert_icon {
        top: -5px !important; 
        height: 22px !important; 
    }
    .toggle_icon .hor_icon {
        left: -5px !important; 
        width: 22px !important; 
    }

    Best regards,
    Mike

    #1199182

    Hey Mike,

    perfect. That solved my issue. Thanks a lot for the great support!

    Best,
    Jens

    #1199220

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Toggle Icon’ is closed to new replies.