Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #796467

    Strite
    Participant

    Hi,

    I’m having trouble removing the sidebar from my forum (BBPress). I’ve selected full width layout from the customize page but that didn’t get rid of it. My site can be found at http://www.weringlorious.com, it is currently in maintenance mode so I’ll provide my login info in a private reply.

    Thanks in advance.

    #796468

    Strite
    Participant
    This reply has been marked as private.
    #796823

    Thai
    Moderator

    Hi There,

    To remove the sidebar on the forum’s pages, try adding the following CSS under Customize > Custom > CSS:

    body.bbpress {
        background-color: #fff;
    }
    body.bbpress aside.x-sidebar.right {
        display: none;
    }
    body.bbpress .x-main.left {
        width: 100%;
    }

    Hope it helps 🙂

    #797256

    Strite
    Participant

    This worked, thanks! 😀

    #797374

    Nico
    Moderator

    Happy to hear that.

    Feel free to ask us again.

    Have a great day! 🙂