Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forcing bbPress content to use a particular page type / full width


  • tenabrae
    Participant

    @tenabrae

    All the answers I can find to this question seem old and the solutions don’t work.

    I’ve tried copying my theme’s full width template to my child theme and naming it bbpress.php
    I’ve tried copying bbpress.css to my child theme and adding the CSS for article width to it and adjusting it to 100% (which works fine in the theme if I want to change ALL my content to 100%)

    How can i get JUST my bbPress generated pages to be full width ? Currently i’m linking straight to the forums, should I be putting them in full width pages and generating them with short code instead as a workaround ?

    Note: the bbpress.php override works fine but I can’t figure out how to override the .css that’s keeping the forum box small.

    /* Arrange posts into grid structure on archive pages */
    .archive article,
    .blog article,
    .search article {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-bottom: 3.33333%;
    padding-left: 1.11111%;
    padding-right: 1.11111%;
    width: 33.33333%;
    }

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