Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #286991
    HansH
    Participant

    Hello,

    On the home page there are now two sections: shop and featured content. And maybe there will be a third one (instagram if that is possible).
    Now there are “big” gaps between the shop and the featured content an the featured content end the footer.
    How can I make these gaps smaller.
    I tried several things and searched the support forum, but I cannot find a good solution.

    Kins regards

    Hans Hagmeijer

    #287001
    Skandha
    Participant

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

    .home #content {
        padding-bottom: 0;
    }
    .home #featured-content-section {
        padding-top: 0;
    }

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

    #287033
    HansH
    Participant

    Thank you Skandha,

    Works fine.

    Kind regards

    Hans Hagmeijer

    #287041
    Skandha
    Participant

    @hansh: Glad it worked out. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘gap between sections on homepage’ is closed to new replies.