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

    Is it possible to shrink the distance between the main content / sidebar and footer area with some css ?

    #180102

    Hey mikaelsv!

    You can add this on your custom.css or Quick CSS:

    .content, .sidebar {
    padding-top: 50px;
    padding-bottom: 10px;
    }

    Adjust the bottom padding.

    Regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Remove white space between main content/sidebar and footer’ is closed to new replies.