Skip to:
Content
Pages
Categories
Search
Top
Bottom

Replies issue in forums


  • rosscoffx
    Participant

    @rosscoffx

    Hi guys, odd one for you. If you check the link:http://www.mygameslounge.com/forums/topic/delays-delays-delays/#post-625
    You’ll see that the topic is working fine but the reply is sending the Avatar and the signature to the bottom of the page and obviously not lining up properly at all. Is there some CSS not working properly with my theme?

    I have turned every plugin off and its still the same it only works if I switch to the buddy press theme so I have been trying to get the CSS working but nothing I do affects it.

    Really appreciate some help please, thanks 🙂

Viewing 1 replies (of 1 total)

  • FreeWPress
    Participant

    @freewpress

    Hi, this is a css conflict issue… find it in your css:

    .reply a {
        border-bottom: 2px solid rgba(0, 0, 0, 0.1);
        bottom: -2px;
        display: inline-block;
        font-family: 'BebasNeueRegular',sans-serif;
        font-size: 0.875rem;
        font-style: normal;
        height: 20px;
        padding: 6px 10px 2px;
        position: absolute;
        right: 0;
    }

    Now you try to remove: position: absoloute…

    And they appear in correct position.. You must to change your css style.. If you search in this forum have other person wich your same problem…

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