Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1333288

    Ahoy, I added some inner padding on a column element which looks great on desktop but would like to remove for mobile and tablet. I attached a screenshot of the area with the padding padding. If you view on mobile you will see why I would like that removed. Please Advise.

    #1333328

    Hey hitrev,

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

    @media only screen and (max-width: 767px) {
    #about .av_one_full {
        padding: 0 !important;
    }
    }

    Best regards,
    Rikard

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