Skip to:
Content
Pages
Categories
Search
Top
Bottom

Change forum width and row widths in archive list

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

  • Robin W
    Moderator

    @robin-w

    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

    @w-sky

    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

    @w-sky

    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

    @robin-w

    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

    @w-sky

    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

    @robin-w

    Great – glad you’re fixed !


    w-sky
    Participant

    @w-sky

    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