• Hi my site is theclubpenguincheats.com
    I want to move the Calendar thing on the upper left of each post to the upper right as it messed up the alignment of my text/pictures/other plugins

Viewing 3 replies - 1 through 3 (of 3 total)
  • Try editing style.css and changing:

    div.date {
    background:url(images/date_bg.png) no-repeat;
    float:left;
    height:82px;
    line-height:1;
    margin:6px 4px 0 0;
    padding:1px;
    width:90px;
    }

    to

    div.date {
    background:url(images/date_bg.png) no-repeat;
    float:right;
    height:82px;
    line-height:1em;
    margin:6px 4px 0 0;
    padding:1px;
    width:90px;
    }
    Thread Starter watex

    (@watex)

    Hi I tried it. It didnt change it. The site looks different for some reason but I cant put my finger on what changed…

    Thread Starter watex

    (@watex)

    Nevermind it worked. ?? Thanks!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to move the picture in my posts’ is closed to new replies.