Skip to:
Content
Pages
Categories
Search
Top
Bottom

Reply’s above the site (header)

  • @kubert

    Participant

    Hello guys..
    Can someone tell me why the replys is showing above the topic on my site, its seems like its replacing the header or something

    View post on imgur.com

Viewing 5 replies - 1 through 5 (of 5 total)
  • @casiepa

    Moderator

    Hi kubert,
    Seems a theme issue.

    Is it a public forum ? What is the URL ?
    What theme do you use ?

    Pascal.

    @kubert

    Participant

    Hi casiepa,
    I was wondering the same thing maybe i should try and change it,

    the forum is on danish: http://trove.dk/forumpress/

    Theme is: The WP

    @robkk

    Moderator

    Use this custom css. Add the custom css to your child themes style.css file or anywhere else you can add custom css like in a custom css plugin.

    #bbpress-forums .reply {
        position: relative;
        top: inherit;
        right: inherit;
        line-height: inherit;
        font-size: inherit;
    }

    @kubert

    Participant

    It works, thans alot Robkk, your the man 🙂

    @robkk

    Moderator

    Thanks 🙂

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