Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1440667

    hey there
    How can I remove the padding/margins left and right for the accordions (title and toggle content)
    https://www.skills4lifepsychology.com/faqs/

    Cheers
    Natasha

    #1440691

    Hey xfacta,

    Please try the following in Quick CSS under Enfold->General Styling:

    .js_active .av-elegant-toggle .toggler {
      padding: 20px 0;
    }
    
    .av-elegant-toggle .toggle_icon {
      right: 0;
    }

    Best regards,
    Rikard

    #1440737

    Thanks Rikard – that only worked for the title but I worked out how to do for the content as well:
    .av-elegant-toggle .toggle_content {
    padding: 20px 0;
    }

    You can go ahead and close this ticket :-)

    #1440749

    Hi,

    Glad to know that this has been resolved. Please feel free to open another thread if you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Accordion padding/margins’ is closed to new replies.