Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum topics not aligned, topic title missing and generally ugly look and feel

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

  • Robkk
    Moderator

    @robkk

    1. Not entirely sure what the topic frame is, but I like how the title looks good on your site already.

    2.

    div.bbp-reply-header {
        clear: none;
    }

    If you need help styling your forums you may need to use the bbp style pack plugin. There are a lot of CSS styles on your site that I can see causing some minor issues with other areas on bbPress, like the Forum Header labels that say Topic and Freshness. You may also need to use a darker image/background for your single forum pages.


    ptichka
    Participant

    @ditsa2013

    Thanks- that really helped!
    I am using bbp style pack, but i there are some things that are still missing.
    Is there a way i can reduce the line height for the author details?

    Thanks


    Robkk
    Moderator

    @robkk

    This custom CSS would help with your line-height issue.

    #bbpress-forums div.bbp-forum-author, 
    #bbpress-forums div.bbp-topic-author, 
    #bbpress-forums div.bbp-reply-author {
        line-height: 2em;
    }

    ptichka
    Participant

    @ditsa2013

    thanks, that helped. I’d like to do the same thing with the topic titles: if a title is longer then one row, i want the two rows to be closer to each other.
    Thanks a loT!


    Robkk
    Moderator

    @robkk

    PLease post an image of what you are talking about exactly. I have an idea but I want to be 100% sure of what you are talking about.

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