Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum width


  • dhelegend
    Participant

    @dhelegend

    Hey all,

    I have a forum up on my website:
    http://www.trainingalliancetaskforce.com/

    And we currently have it set up that we don’t use the sides, and then we have the forum using 2/3 of the page, and the sidebar 1/3. Is there a way to make the forums use the full width, and then the sidebar on the unused right side of the website, as seen here:

    Thanks!

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

  • Robin W
    Moderator

    @robin-w

    sorry I don’t understand what you are trying to achieve

    Is there a way to make the forums use the full width, and then the sidebar on the unused right side of the website, as seen here

    That’s what you site looks like currently – what do you want it to look like?


    dhelegend
    Participant

    @dhelegend

    What i mean

    Something in this direction, i think the forums i have right now are too slim.


    Robin W
    Moderator

    @robin-w

    ok that’s firmly theme related, but I’ll give you a starter and let you play

    Put this in your theme’s custom css area, presuming it has one

    .section-inner {
      width: 1200px;
    }
    
    .content {
      width: 65%;
    }
    
    .sidebar {
      width: 27.5%;
    }

    and then just play with the numbers to get what you want

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