Skip to:
Content
Pages
Categories
Search
Top
Bottom

post #2…

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

  • Jared Atchison
    Member

    @jaredatch

    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

    @nosdk

    Any way to get it to work normally?


    Jared Atchison
    Member

    @jaredatch

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


    nosdk
    Member

    @nosdk

    I have some experience.


    nosdk
    Member

    @nosdk

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


    Jared Atchison
    Member

    @jaredatch

    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

    @nosdk

    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