Footer White Space

Home Forums Jevelin Theme Footer White Space

Home Forums Jevelin Theme Footer White Space

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • crobertson6
    Participant

    I am having a problem where I am unable to get rid of a white bar at the bottom of the website. I have hidden the copyright bar and turned off the developer bar, but there is still a white bar below my footer revolution slider on the home page.

     

    Can you please advise on how I can fix this.

     

    Thank you so much!

    Hi @crobertson6,

     

    Thank you for your question.

     

    You can remove it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .home #content > .fw-page-builder-content section.sh-section:last-child {
        padding-bottom: 0;
    }

     

    Best regards,
    Shufflehound team

    crobertson6
    Participant

    At http://www.dynamictape.com I have added the code as you described, but there is still a white bar at the bottom…..any ideas what we can do to get rid of it?

     

    It is not working because the HTML code is changed on your site so please try using below custom CSS code instead of above.

     

    body > div > .sh-section:last-child,
    .home #content > .fw-page-builder-content section.sh-section:last-child {
        padding-bottom: 0;
    }
Viewing 4 posts - 1 through 4 (of 4 total)