Skip to:
Content
Pages
Categories
Search
Top
Bottom

Full page width with left sidebar twentyfourteen


  • shriji252
    Participant

    @shriji252

    Hello all,
    Thank you for this lovely plugin
    My site

    How can I get all the forum pages to have full page width with current left sidebar.
    I am using twenty fourteen child theme.

    I have tried few fixes on this website but still having issues.

    thank you for your help in advance

Viewing 3 replies - 1 through 3 (of 3 total)

  • Robin W
    Moderator

    @robin-w

    see

    Trying to make forum full width

    for how they did it


    shriji252
    Participant

    @shriji252

    thanks bud

    I had @import in my child theme

    did as mentioned in

    put below code in style.css in child theme
    ———————————————–
    #bbpress-forums {
    font-size: inherit !important;
    width: 100% !important;
    }


    @media
    screen and (min-width: 1008px)
    .bbpress .site-content {
    margin-right: 0 !important;
    margin-left: 182px !important;
    }

    .bbpress .site-content {
    margin-right: 0 !important;
    margin-left: 0 !important;
    }
    ———————————–
    also copied page.php (from twentyfourteen folder) and renamed to bbpress.php put in root of child theme


    shriji252
    Participant

    @shriji252

    Also put a function.php in root of child theme which i did not have

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