• Hi,
    Noticed recently that the username of the author of a post is no longer in its correct spot “Posted on 13 february, 2013 by XXX”. Instead it winds up in the bottom right corner of the browser. I tried many different browsers and same problem occurs in all of them. Re-installed the Theme as well witch did not help.

    Is there an easy fix to this?

Viewing 1 replies (of 1 total)
  • Thread Starter kertander

    (@kertander)

    Since none answered me I went ahead to circumvent this bug by removing the author all togather from postentrys. I used this code inside my Twentyten theme style.css file (just the bold part):

    /* =Content
    ————————————————————– */

    span.meta-sep { display:none; }

    span.author { display:none; }

    #main {
    clear: both;
    overflow: hidden;
    padding: 40px 0 0 0;
    }
    #content {
    margin-bottom: 36px;

    This did not fix the bug but it removed the problem on my site. I would still like to know if the bug can be fixed since I have many different authors and it would be nice to show who wrote what.

Viewing 1 replies (of 1 total)
  • The topic ‘Posted by [username] – the username winds up in down-right corner of the browser’ is closed to new replies.