• I am trying to remove the space (margin) between the last row and footer.
    Basically have no white space between the last grey row and the red footer on this page

    Thanks so much for any help i can get!

Viewing 3 replies - 1 through 3 (of 3 total)
  • hannah

    (@hannahritner)

    Hey,
    Try adding this to your custom css box in Theme Options > Advanced Settings:

    .page-id-172 .contentclass {
      padding-bottom: 0;
    margin-bottom: -30px;
    }

    Hannah

    Thread Starter Chris_123

    (@chris_123)

    Perfect! Worked a charm! Thanks so much for your help!

    If i could just ask a similar question: How do i remove the margin/padding between the photo and the header/banner on this page?
    (There is extra white space there)

    hannah

    (@hannahritner)

    This css should work for you:

    .home .contentclass {
      padding-top: 0;
      margin-top: -20px;
    }

    Hope it helps!
    Hannah

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘No Margin between last page widget (row) & footer’ is closed to new replies.