Skip to:
Content
Pages
Categories
Search
Top
Bottom

Full Width Forum with BrickYard theme


  • ananotheruser
    Participant

    @ananotheruser

    Hello everyone,

    I’m running bbpress with the BrickYard theme and I’m use the right sidebar.

    Actually I was able to display the sidebar to all of my blog but the forum : I deleted the line “<?php get_sidebar(); ?>” from the file page.php then I saved it under the name of “bbpress.php”.

    It works but the forum isn’t at a full width :

    And I tried to get the full width but I’m not able to, after some hours I give up.

    I read the documentation of the theme, there is a “template-full-width.php” within the theme but it doesn’t work because it’s page.php without the line that gets the sidebar and that I removed so the problem is still there (I believe that it should auto-resize without the sidebar but it’s not the case).

    Best regards,
    ananotheruser

    PS : Sorry about my crappy english.

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

  • Robkk
    Moderator

    @robkk

    link to your site you might need some extra CSS.


    ananotheruser
    Participant

    @ananotheruser

    Thank you for your fast reply.

    My website is running on a WAMP Server, that’s why I linked the theme that I use instead of a link to my website wich isn’t hosted : I’m only using the last version of WordPress, same about bbpress and the theme BrickYard, nothing more. And all is on a fresh install.


    Robkk
    Moderator

    @robkk

    Use this custom CSS to make the forums full-width.

    .bbpress #content {
      width: 100%;
    }

    ananotheruser
    Participant

    @ananotheruser

    It works !

    Thank you a lot ! Really !

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