BuddyBoss Home – Web Support Forums Themes Boss. theme CSS Code to make no space?

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

    #60995
    @ruvidan

    Hey all! I love how the boss default slider touches the very corner of the page leaving no white space. It looks like it’s connected to the menu bar and buddy panel.

    Every other page, there’s a lot of white space. I’m sure it was meant that way so it doesn’t look cluttered. Is there any special code, template or CSS that I could do to replicate having no whitespace? I’d like to use some graphics and nothing else for a couple pages and there’s a bit of white space still between the buddy panel and menu item. Thanks!

    Answers

    #61018

    Anonymous
    @

    Hi @ruvidan, Please add the following css code in your Boss. theme’s custom css option..

    
    body.page:not(.buddypress) .site-content article:not(.comment), body.single:not(.buddypress):not(.bbpress) .site-content article:not(.comment) {
        padding: 10px 15px !important;
    }
    

    Regards

    #61199
    @ruvidan

    Awesome. You’re the man! Worked great.

    #61288

    Anonymous
    @

    🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The question ‘CSS Code to make no space?’ is closed to new replies.