BuddyBoss Home – Web Support Forums Themes Boss. theme Space after slider and just before footer.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Question

    #57082
    @visualcodexart

    Hi buddyboss team,

    There is white space just after the slider and just before the footer on the home page, How would I fix this?

    website address http://www.visualcodexart.co.uk, using no buddypanel template with the fluid option.

    Answers

    #57107

    Anonymous
    @

    Hi @visualcodexart, Please add this css code to reduce the space of top and bottom:

    
    body.page:not(.buddypress) .site-content article:not(.comment), body.single:not(.buddypress):not(.bbpress) .site-content article:not(.comment) {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .entry-title {
        margin-bottom: 0 !important;
    }
    

    Regards

    #57138
    @visualcodexart

    Thank you very much Pallavi, the code worked 😀

    #57191

    Anonymous
    @

    🙂 Great, I will close this thread
    Feel free to create new topic for any further queries.
    Regards

Viewing 4 posts - 1 through 4 (of 4 total)
  • The question ‘Space after slider and just before footer.’ is closed to new replies.