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

    I made some adjustments to my footer widgets and it looks great on desktop. however on mobile there are large spaces between the columns. how do I remove that ONLY on mobile?

    #990889

    Hey navindesigns,

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

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

    Best regards,
    Rikard

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