Skip to:
Content
Pages
Categories
Search
Top
Bottom

Links and avatars moves to right side

Viewing 6 replies - 1 through 6 (of 6 total)
  • @nikolajr

    Participant

    And now I found a new place where the hole post goes to the right.
    Screenshot: http://gyazo.com/cbf93f1d759a84921e9d4502307953ec.png

    @robin-w

    Moderator

    Seems you have some theme conflicts

    To save me searching, can you post live links to the pages you have in your screenshots, and I’ll take a look

    @nikolajr

    Participant

    This is the topic where the screenshots comes from:
    http://danskyt.net/forums/topic/vis-os-din-video/

    @robin-w

    Moderator

    It actually is not displaying any of your replies correctly, they are not aligned as the topic is.

    I think the culprit is two lines of code in your style sheet
    From style line 1659

    From style line 1658
    .reply {
    float: right;
    }

    .reply a {
    float: right;
    font-size: 13px;
    line-height: 22px;
    }

    Altering reply to float left and reply a to float none seems to fix it.

    But it could be that these are being used elsewhere, so just have a look around you site afterwards to check that this hasn’t altered something else.

    @nikolajr

    Participant

    THANK YOU!
    That solved the problem! I was loosing hope to get it solved 🙂

    @robin-w

    Moderator

    Great – glad you’re fixed

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