Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #893719

    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.

    #894009

    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

    #894024

    Hi, thanks!
    Sorry, I forgot this.: II also want to change its font size.
    Thanks

    #894081

    Hi,

    Ok, please try this instead then:

    .single_toggle p {
        padding: 5px 3px 5px 35px !important;
        font-size:12px !important;
    }

    Best regards,
    Rikard

    #894095

    Thanks so much!

    #894157

    Hi cipriana,

    Glad we got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #894244

    No, thanks!!!! that´s all.

    #894302

    Hi,

    Great, I’ll go ahead and close the thread then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

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