Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #130087
    Jesper
    Participant

    Is it possible to remove the white empty space below “Featured Content” in the frontpage?

    #130092
    Skandha
    Participant

    @Jesper: Please post in your site URL.

    Regards,
    Skandha

    #130098
    Jesper
    Participant
    #130105
    Skandha
    Participant

    @Jesper: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .singular-section {
        display: none;
    }

    Let me know if this does the trick!

    Regards,
    Skandha

    #130107
    Jesper
    Participant

    Thank you very much 🙂

    #130108
    Jesper
    Participant

    I just see that it unfortunately also deletes everything in the pages 🙁

    #130118
    Skandha
    Participant

    @Jesper: I’m sorry i gave you the previous CSS. Yes, that white space is for the content part after the featured content. The white space gets adjusted when you add some content or posts after the featured content. If you want to remove that white space only from the homepage that is if you dont have any more contents to display in your homepage Go to => Appearance => Customize => Additional CSS and add the following CSS Code

    .home .singular-section {
    display: none;
    }

    This will hide the white space only on your homepage!
    Let me know if you have any more issues!

    Regards,
    Skandha

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Remove white area?’ is closed to new replies.