badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

bbpress / full width

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #72523
    jdgmedia
    Participant

    What edits do I have to make to enable bbpress to be full width?

    I have tried creating the Page and setting full width.

    I have replicated the page.php file to bbpress.php

    I have a feeling that this line should be changed;

    newscard_layout_primary(); ?>

    But to what I’m not sure?

    #72548

    Hi @james-5892,

    Do you mean that you want to make bbpress to full width even you have set the page layout to right sidebar, left sidebar or no sidebar? If so then you don’t need to create any pages. The easy way is you can just hide the sidebar on bbpress through Additional CSS codes. So please go to ‘Appearance > Customize > Addition CSS’ and paste the below code.

    .bbpress #secondary.widget-area {
    	display: none
    }
    .bbpress #primary.content-area {
    	-ms-flex: 0 0 100%;
    	flex: 0 0 100%;
    	max-width: 100%;
    }

    Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.