Skip to:
Content
Pages
Categories
Search
Top
Bottom

post #2…

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

    Member

    Check your theme’s CSS.

    It is because the other posts have a class ‘reply’ added to them and your theme is using that for certain areas already.

    @nosdk

    Member

    Any way to get it to work normally?

    @jaredatch

    Member

    You will need to make modifications to your theme’s style.css. Are you familiar with CSS?

    @nosdk

    Member

    I have some experience.

    @nosdk

    Member

    What do I need to add to the style.css ?

    @jaredatch

    Member

    You need to adjust the way your theme handles elements that have the reply class.

    This will get you started

    .bbp-replies .reply {
    float:none;
    margin:0;
    }

    .bbp-replies .reply a {
    background: none;
    padding:0;
    font-size:13px;
    }

    @nosdk

    Member

    Thanks! That worked.

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