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
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
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
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
Hey Mike,
perfect. That solved my issue. Thanks a lot for the great support!
Best,
Jens
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon