BuddyBoss Home – Web Support Forums Themes OneSocial theme Reducing White Space

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

    #68671
    @derekk2110

    It’s been asked a lot here, but is there a definitive answer to reducing all the huge white space and space banners on OneSocial . . nearly every screen “doesnt start until you scroll down a page” as there is a page of white space at the top, a half page of white space to the left. It’s a massive screen real estate consumer?

    Is there a single CSS solution that reduces this across all screens? there are no settings in the app to reduce this

    Answers

    #68675
    @derekk2110

    PS – Ideal outcome? Forums that look like the Buddyboss support forums, now that would rock.

    #68697
    @anve

    Hi @derekk2110 ,

    The theme gives a clear and subtle look to the website , the space plays a major role to give a clean look to theme . What you are asking is to remove the space from everywhere , that will ofcourse alter the css and would need a complete customization of the page . I can give your some css codes that will reduce the gap to some extent .

    
    .groups.single-item  #item-header #item-nav #object-nav {
      margin-bottom: 0 !important;
    }
    .single-item.groups #bbpress-forums .bbp-topics {
      margin-top: 20px !important;
    }
    

    Regards
    Anve

Viewing 3 posts - 1 through 3 (of 3 total)
  • The question ‘Reducing White Space’ is closed to new replies.