Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #333100

    Hello,

    on my mobile device my icon boxes (4 sections) are overlapping. How can I fix it? (I want more space between the boxes)?

    Thanks!

    #333603

    Hi wpstarter!

    Thank you for using Enfold.

    Please use this on Quick CSS or custom.css:

    @media only screen and (max-width: 767px) {
    .iconbox_top .iconbox_content {
    margin-bottom: 10px;
    }
    }

    Best regards,
    Ismael

    #335448

    Perfect!! Thanks a lot!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Icon Boxes overlapping on mobile devices’ is closed to new replies.