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

    Hi,

    How can I adjust the color section padding for the mobile view, both top and bottom?

    Thank you for your help!

    #1200472

    Hey designyvr,

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

    @media only screen and (max-width: 767px) {
    .avia-section .content {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    }

    Best regards,
    Rikard

    #1200601

    Thank you for your quick response Rikard, this works great!

    #1200737

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Reduce color section padding for mobile?’ is closed to new replies.