Skip to:
Content
Pages
Categories
Search
Top
Bottom

Alignment issue; Please help…

  • @vbking

    Member

    See forum here:

    http://www.beecavenews.com/bee-cave-forum/

    1) How do I remove “Started By”?

    2) Why is “Voices” and “Posts” not aligned?

    3) Why is there so much vertical space?

    I used the bbp-single-forum id=$forum_id] code. This also looks the same when I use the standard [bbp-topic-index]. And it looks this way with and without my custom css to change look and feel.

    Thanks,

    Cory

Viewing 2 replies - 1 through 2 (of 2 total)
  • @jaredatch

    Member

    You are not going to be able to do #1 unless you are comforatable making a custom bbPress theme.

    #2 and #3 can be down by just making CSS tweaks in your theme’s style.css. You should be able to use firebug (or similar) to help you find the best place to put the changes.

    @vbking

    Member

    You rock! Thanks a ton. This ended up fixing it:

    table.bbp-forums thead tr th.bbp-forum-topic-count, table.bbp-forums thead tr th.bbp-forum-reply-count,

    table.bbp-topics thead tr th.bbp-topic-voice-count, table.bbp-topics thead tr th.bbp-topic-reply-count,

    table.bbp-replies thead tr th.bbp-topic-voice-count, table.bbp-replies thead tr th.bbp-topic-reply-count{

    text-align: left;

    }

    Basically, I’m trying to find a way to reduce the vertical spacing. Any other ideas? Maybe I can mess around with cellspacing or cellpadding.

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