Tagged: 

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

    Hi,

    I have an Accordion on this page, under the image “Common Questions” and the items aren’t centered. How can I make them centered?

    Thanks

    #1172466

    Hey MikeTandySwag,

    I’m currently seeing them as centered. Were you able to correct this?

    Best regards,
    Jordan Shannon

    #1172837

    Hey!

    I think it’s more apparent on a mobile device or if you shrink the screen. Try that and let me know if you see it or not.

    Thanks

    #1172857

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    @media only screen and (max-width: 480px) {
    .js_active .toggler {
        padding: 9px;
    }}
    
    
    

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.