• orryjp

    (@orryjp)


    Hello again,

    I am trying to get rid of all of the white space on the bottom of each page. I have already gone to; customize > appearance > general and reduced the padding to 0, however it is not working.

    I have also tried to go the the bottom element of the page and make the padding negative but it is still not working.

    Thank you!

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

Viewing 1 replies (of 1 total)
  • Hello there,

    Try adding the below CSS code to your site’s Additional CSS.

    
    .page .page-wrap .content-wrapper, 
    .single .page-wrap .content-wrapper {
      padding-top: 0;
      padding-bottom: 0;
    }
    

    Regards,
    Kharis

Viewing 1 replies (of 1 total)
  • The topic ‘removing negative space’ is closed to new replies.