Skip to:
Content
Pages
Categories
Search
Top
Bottom

Generally remove BuddyPress Sidebar and Footer


  • Mqlte
    Participant

    @mqlte

    Hello,

    BuddyPress always puts its Footer and Sidebar at the bottom of the page. How can I generally remove the BuddyPress Sidebar and Footer, so that I don’t have to remove them from every single template or plugin file? Moreover, some plugins even don’t have own template files so it’s not possible to remove the BuddyPress Sidebar and Footer for the plugin.

    Thanks for your answer!

    Regards

Viewing 1 replies (of 1 total)

  • Mqlte
    Participant

    @mqlte

    Okay, at least you can “hide” or remove the sidebar with some CSS:

    /*Hide sidebar*/
    #sidebar { display:none !important; }
    /*Full-width posts and pages*/
    #custom, #container, #post-entry {width:100% !important;}
    /*Full-width BP components*/
    #custom #container #content {width:100% !important;}
    #custom #container .padder, #custom .directory #container .padder {width: 96% !important; padding:0 2%;}

    Source: http://premium.wpmudev.org/forums/topic/buddy-press-sidebar-on-some-pages

    Regards

Viewing 1 replies (of 1 total)
  • The topic ‘Generally remove BuddyPress Sidebar and Footer’ is closed to new replies.
Skip to toolbar