Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Formatting Issues with Current WP Theme

  • @nahogani

    Participant

    Our guild website is using the Personal Portfolio theme by Dinozoom. Most content is working fine, but when people post responses to forum posts they do not appear properly. Instead they seem to float on the top of the page like in this screenshot: Screenshot

    This is my site: DTMPGuild.com

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

    Participant

    This also happens when I click on edit:

    @robkk

    Moderator

    This is a common theme issue related to the theme styling absolute positioning the comment reply link for WordPress comments.

    Use this custom css to fix the issue. Add it in your child themes style.css file or anywhere 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;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar