• Resolved Cosette

    (@cosette)


    Hello. I recently added bbPress to my website so I can have a forum. Most of it looks fine. I’m having trouble with the main forum index: http://magickly.com/forums/. You’ll see that it pushes the sidebar down. None of the other forum pages do this. How can I fix this? Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi Cosette,

    Baskerville isn’t built with bbPress in mind, so will probably be a lot of issues with the design. However, for this specific issue, you could add the following code to a custom CSS plugin or a Baskerville child theme:

    body.bbpress .content { width: 67.5%; }

    …And it will be displayed correctly (at least on desktop).

    — Anders

    Thread Starter Cosette

    (@cosette)

    Thanks for the prompt response, Anders. I’m not a coder and I don’t quite understand this. I know what it means, but not how to create a custom CSS plugin or child theme. Is there anywhere I can find basic instructions on how to do this?

    Thread Starter Cosette

    (@cosette)

    I did a little research and worked it out. The code Anders provided above worked and it all looks just as I would like it to. Thank you! This issue is now resolved.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘bbPress & Baskerville – Sidebar problem’ is closed to new replies.