Skip to:
Content
Pages
Categories
Search
Top
Bottom

Change forum width and row widths in archive list

  • @w-sky

    Participant

    Hello there, I am having slight problems with the forum with. We have quite little space in our main area and the topic display is always too wide, so a part of the text is hidden.

    Example: http://hanfjournal.de/forum/thema/herzlich-willkommen/

    In the forums list, the titles (in German) for topic and post count rows are wrapped to the next line because the rows are too narrow.

    Example: http://hanfjournal.de/forum/

    How to fix this permanently?

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

    Moderator

    1. put this in your child theme style.css

    .bbp-reply-content p {
    width : 580px !important ;
    }

    2.

    In the forums list, the titles (in German) for topic and post count rows are wrapped to the next line because the rows are too narrow.

    presume these are Themen & Beiträge, in which case they look fine to me.

    @w-sky

    Participant

    Thanks a lot! That helped immediately with the hidden text.

    But the other problems persist. I made two screenshots. The first will show the wrapped letters at “Stimmen” and “Beiträge”:

    Forums List View

    The other shows a minor problem at topic display:

    Topic Display

    PS: I tested this with both browsers, Firefox and Chrome.

    @w-sky

    Participant

    Pictures don’t work? And I can not edit. Here are plain links, sorry. 🙂

    https://www.dropbox.com/s/ilegorvf570dbjw/archive.png

    https://www.dropbox.com/s/65m0mkpfys1u28w/topic.png

    @robin-w

    Moderator

    it looks fine fullscreen, but your theme has to do something as you reduce the screen size, your theme decides to wrap, it could lose it off screen or freduce font size, but these are theme issues, not bbress issues.

    @w-sky

    Participant

    I added this to my child theme’s css and now it’s looking fine (before the count width was 10%, freshness width was 22%):

    li.bbp-forum-topic-count,
    li.bbp-topic-voice-count,
    li.bbp-forum-reply-count,
    li.bbp-topic-reply-count {
    float: left;
    text-align: center;
    width: 12%;
    }

    li.bbp-forum-freshness,
    li.bbp-topic-freshness {
    text-align: center;
    float: left;
    width: 20%;
    }

    @robin-w

    Moderator

    Great – glad you’re fixed !

    @w-sky

    Participant

    Ohh unfortunately it is not fully fixed yet 🙁 the “send” button of the compose form is always partly hidden by the our sidebar on the right. It’s different with various browsers: more or less hidden.

    On the screenshot you see that the send button just is “se”, the rest is hidden.

    screenshot of the compose form (cut)

    Live here:
    http://hanfjournal.de/forum/bereich/fun-talk/test-forum/ (but you need to login)
    Note: The German translation for “send” is “senden”, so if you see “send” there are still 2 letters missing.

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