Skip to:
Content
Pages
Categories
Search
Top
Bottom

Crooked User names & roles


  • ovbg
    Participant

    @ovbg

    Hello, I’m currently testing out a forum that I’m creating, and find that labels are not appearing evenly. It is hard to explain, so let me show. The forum is at: http://www.eyeondemand.com/forums/topic/kindle-fire/

    Or, as you can see by the image below, the names and roles appear crooked on all but the first post.

    What could be causing this?

    Crooked

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

  • Robkk
    Moderator

    @robkk

    Your theme is causing the issue , especially its styles for WordPress comments.

    Try this custom CSS

    #bbpress-forums .reply a {
      font-size: inherit;
      line-height: inherit;
      margin: 0;
      padding: 0;
      float: none;
      color: #c1052c;
    }
    
    #bbpress-forums .reply a:hover {
      color: #42a202;
    }

    Also in your CSS your links do not really have a defined color to them. There is this CSS, but it should be something like this #c1052c

    p a, a {
      color: c1052c;
    }

    ovbg
    Participant

    @ovbg

    Hey @robkk, you deserve a good beer for that one! It solved the problem, thanks!


    Robkk
    Moderator

    @robkk

    No problem 🙂

    If you want you can donate some money for a beer here.

    About Me

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