Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1187896

    Hello,

    On some pages of my website, there is white space under the footer, which I am using the “display page as footer” option. I looked around for other user’s solutions and they don’t seem to be working correctly in my case. Is there any way to A) remove it or B) make the background color the same as the socket?

    Thanks in advanced

    #1188163

    Hey sealmaster,

    I do not see the issue here.

    Could you please attach some screenshots of the issue?

    Best regards,
    Victoria

    #1188171

    Hello,

    I have attached some screenshots. I thought it might be related to having too shot of page content, but as you can see from the examples, it is not limited to short pages. The homepage does not have a blank space under it and I attached it for reference.

    Thanks

    #1188185

    Hi,

    Add this to quick css:

    #footernew + #after_section_3{
    display:none!important;
    }

    Best regards,
    Jordan Shannon

    #1188233

    Hello,

    The code worked for the about us page, but the others are still not remedied. Thanks!

    #1188244

    Hi,

    There’s some code variations on the pages we may have to nail down. Try this:

    #footernew + #after_section_3,
    #footernew + #after_section_2{
    display:none!important;
    }

    Best regards,
    Jordan Shannon

    #1188265

    I added it and can’t find any pages that aren’t fixed.

    Thanks so much!

    #1188471

    Hi,
    Glad Jordan could help, shall we close this then?

    Best regards,
    Mike

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