• could anyone help, im looking to remove the white spacing above the footer so the box above blends in..thanks again

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    Could you please try the below CSS code in your Additional CSS field?

    CSS →

    .left-content .postsloop, .left-content .single-posst {
      margin: 0;
    }

    If it fails, set an important like this →
    CSS →

    .left-content .postsloop, .left-content .single-posst {
      margin: 0 !important;
    }

    It will look like this → https://prnt.sc/mbx8v6
    Note: Feel free to change the value from -12px to any you like.

    Hope the answer helps.
    Thank you.

    • This reply was modified 6 years, 1 month ago by Uzzal.

    Putting this in Theme Options> Custom CSS, and it ought to dispose of the space over your footer on pages:

    .entry-content {
    padding-bottom: 0 !important;
    }

    Go to : Appearance > Customize > Advanced options > Additional CSS and enter the following code:

    .mrb20 {
        margin-bottom: 0;
    }
    .maincontainer .single-posst {
        margin-bottom: 0;
    }

    Let me know how it goes. I’ll wait to hear back from you regarding your stats.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to remove white spacing above footer’ is closed to new replies.