Skip to:
Content
Pages
Categories
Search
Top
Bottom

Comments are not aligned properly

  • Because my main theme makes bbpress look really messy I did the following:

    I went to the plugin theme folder and changed the css to make it a child of the theme I’m using instead of twentyten. I activated “bbPress (Twenty Ten)” in wordpress and now the forum layout looks like how it would be in twentyten but the rest of the site looks like the parent. Exactly like I want it to be. However, there are still some issues I can’t seem to resolve.

    First thing is that the comments don’t allign well as you can see here:

    http://tinypic.com/r/r77juw/5

    Does anyone know how I can fix this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • By changing the “table-layout” on line 20 from from “fixed” to “auto” I managed to get the left border aligned properly, as you can see here:

    http://tinypic.com/r/2z80vt2/5

    However, the avatar, the words “Author” and “Posts” of the first post have all moved to the right as well and the reply is still cut off.

    For those who ever encounter the same problem, changing the following fixed it for me:

    from:

    .reply {

    float:right;

    }

    to

    .reply {

    float:none;

    }

    You can ignore my previous post about the “table-layout” because that was not the cause of the problem.

    PS: .reply contains a lot more properties other than float but I left those unchanged

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