Skip to:
Content
Pages
Categories
Search
Top
Bottom

Customize size of forum


  • uncertain143
    Participant

    @uncertain143

    Hi,

    I have this forum page Im having problem with the appearance. The forum section looks compressed and prob is the sidebar has a fixed area, so Im thinking if I could customize the size of the forum section. The page has a fullwidth template, everytime I deactivate bbPress, the sidebar disappears but whenever I activate it, it comes back again, maybe because there’s a sidebar call function in bbpress?

    So by inspecting the elements, the column where it shows the forums has a size of 390px by 27px, is it possible to reduce the width to, lets say, 300px by 27px so that the Topics, Posts and Freshness columns moves closer to the left. This would align the elements below to their correct columns.

    forum

    Thank you!

Viewing 1 replies (of 1 total)

  • FreeWPress
    Participant

    @freewpress

    Hi, search this code in css:

    li.bbp-forum-info, li.bbp-topic-title {
        float: left;
        text-align: left;
        width: 49%;
    }

    Set width like 49% and correct visibility problems….

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