Hi, happy new year!
I would like to make accordion toggles smaller in height.
I´ve created a Custom Css Class named my-toggle
Could you tell me the Quick Css code I should add in general styling?
Thank you very much.
Hey cipriana,
Happy new year, please try the following in Quick CSS under Enfold->General Styling:
.single_toggle p {
padding: 5px 3px 5px 35px !important;
}
Best regards,
Rikard
Hi, thanks!
Sorry, I forgot this.: II also want to change its font size.
Thanks
Hi,
Ok, please try this instead then:
.single_toggle p {
padding: 5px 3px 5px 35px !important;
font-size:12px !important;
}
Best regards,
Rikard
Thanks so much!
Hi cipriana,
Glad we got it working for you! :)
If you need further assistance please let us know.
Best regards,
Victoria
No, thanks!!!! that´s all.