Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #396438

    I am using Enfold 3.0.4 and the Enfold Child Theme. Using the parallax home page template, I have a large white space above my footer that I would like to remove. I tried adding the following code to the stylesheet as per something I read on the forum, but it didn’t do the trick. Can you please advise where I would go to adjust the height of that white space?

    (#footer_inside {
    max-height: 500px;
    }

    Thanks for your assistance!

    #396694

    Hi jsdevore!

    There seems to be an element there. Please edit your page and remove it. If there is not, please add an element to your page, update it, then remove the page and update once again. That should remove the space. If that does not work, please add following code to Quick CSS

    .home div#after_section_4 {
    display: none;
    }

    Best regards,
    Yigit

    #396835

    Thanks for your response. It turns out there was an element that I thought was part of the testimonials element that appears at the end of the page. I am all set now.

    Thanks for your assistance!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘White Space Above Footer in Parallax’ is closed to new replies.