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

    On my services page, I have series of icon box and they look great on desktop, however on mobile there is no space between them
    screenshot – https://ibb.co/L1fXyYp

    how do I add spacing between them on mobile?

    live site – https://kristyj.sg-host.com/services/

    #1318229

    Hey navindesigns,

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

    @media only screen and (max-width: 767px) {
    .page-id-137 #av_section_3 .av_one_fourth {
        margin-top: 40px;
    }
    
    .page-id-137 #av_section_3 .first.av_one_fourth {
        margin-top: 0;
    }
    }

    Best regards,
    Rikard

    • This reply was modified 3 years, 3 months ago by Rikard.
    #1318555

    This works

    thanks as always

    #1318809

    Hi,

    Great, I’m glad that you got it working, and thanks for the update. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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