Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Width

  • @kc88

    Participant

    Hi I’m trying to reduce the width of my forum.

    Here is a link to the page. http://www.beastmodegamer.com/?page_id=2254

    I used the shortcode to insert the forum into the page. I want the forum to have a reduced width without taking up the entire width of the Page. Can anyone offer some advice?

    Thanks

Viewing 10 replies - 1 through 10 (of 10 total)
  • @robin-w

    Moderator

    add the following to your style.css

    if you want it on the left but smaller

    #bbpress-forums {
      width: 66% !important;
    }
    

    If you want it centered

    #bbpress-forums {
      margin-left: auto !important;
      margin-right: auto !important;
      width: 66% !important;
    }
    
    

    Functions files and child themes – explained !

    Obviously play with the 66% to get whatever width you want

    @kc88

    Participant

    What is the path to find these style.css folders. Sorry I’m pretty new at this. Any help would be appreciated. Thanks!

    @kc88

    Participant

    When I go to plugins – bbpress – edit, I just see a bunch of .php files.

    @robin-w

    Moderator

    you’ll need to work you way through this article

    Functions files and child themes – explained !

    @kc88

    Participant

    Are there any links to teach you how to make a child theme and put it into wordpress? I tried clicking the link within the article that you referenced but that link lead to a page not found.

    @kc88

    Participant

    How do I create a child theme directory, when I click on add new it asks me to import a zip file?

    @robin-w

    Moderator

    That link works, so not sure why you are not able to access it

    Another route to this

    Click Documentation above
    scroll down until you find
    ‘Functions files and child themes – explained! ‘ and click

    @kc88

    Participant

    Hi Robin, the link works, the link that doesn’t work is in the document https://make.wordpress.org/training/modules-in-progress/child-theme-module/
    The tutorial on how to make a child theme. I’m having trouble with how to do this, do you know of any tutorials that explains it clearly step by step starting from setting up the child theme files.

    When I go try to add files to the theme it asks me for a zip file.

    @kc88

    Participant

    Actually I mean child theme directory and files.

    @robin-w

    Moderator

    They have move the link

    try

    Child Themes

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