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

    Hi there,

    there is a lot space between the footer rows in mobile view (health demo).
    ist there an easy way to reduce it (edit margins)?

    regards,
    Gerhard S.

    • This topic was modified 5 years, 4 months ago by dfrontal.
    #1030227

    Hi Gerhard,

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

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

    Best regards,
    Rikard

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