Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1007918

    Not sure why, but have extra whitespace between footer and socket. I am using a page as footer.

    #1008197

    Hey hobart,

    Please try the following in Quick CSS under Enfold->General Styling:

    #after_section_2 {
      display:none;
    }

    Best regards,
    Rikard

    #1008520

    That seemed to work great for the homepage, but all the other pages still have space now.

    Thank you!

    #1008550

    Hi,

    Try this:

    #after_section_2, #after_section_1 {
      display:none;
    }

    Best regards,
    Jordan Shannon

    #1008750

    Thanks for the reply. It seemed to help, except I noticed when I changed to this code it broke my homepage where it wouldn’t show anything below the main color section hero image.

    Thank you!

    • This reply was modified 6 years, 2 months ago by hobart.
    #1008820

    Hi,

    Thanks for the login details. I tried removing the CSS Jordan posted and it brought your front page back to normal, and the extra white space seems to be gone as well.

    Could you check and verify those results please?

    Best regards,
    Rikard

    #1009249

    Thanks for the help. However, now the homepage is not fully loading again. I haven’t changed anything since you logged in last.

    #1009612

    Hi,


    @hobart
    can you please clear and delete your cache and tell us more?

    Best regards,
    Basilis

    #1009729

    Yes, site loads all content now, but the dreaded white space is still there under the footer and above the socket.

    #1010086

    Hi,
    I fixed it.

    1) I added a custom id to the footer section (i.e. footer_section – screenshot: http://www.clipular.com/c/6030402066841600.png?k=TWI-eNSNopwM1gnnw1q-7ZEcNI4 )

    2) Then I added this css code to the quick css field:

    
    #footer_section + div {
        display: none;
    }
    

    Best regards,
    Peter

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