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

    The footer widgets have MASSIVE padding (col1, col2 & col3)

    Is there a way to bring them closer together on mobile only?

    #1419927

    Hey whdsolutions,

    Please try this in Quick CSS:

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

    You have non break space characters in a paragraph in the first widget as well, try to removing that too.

    Best regards,
    Rikard

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