Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #240840
    Hans
    Participant

    Hi,

    As you can see in attached image: the gap between featured content and the footer 1 is rather big.
    https://drive.google.com/file/d/1R0bs5yHJ0PbnhsLIdu8ukuNMxQqCvfSQ/view?usp=sharing

    And in other pages the gap between content and footer1 is rather big.

    Is there a way to make this smaller?

    Kind regards

    Hans Hagmeijer

    #240856
    Skandha
    Participant

    @toerfiets: Hello Hans,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (min-width: 64em) {
    	.site-content {
    		padding-bottom:0;
    	}
    }
    .site-footer .footer-widget-area {
        padding: 0;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘gap between featured content and footer 1’ is closed to new replies.