• Resolved webdesignsbyapw

    (@webdesignsbyapw)


    In the Infinity Theme by Smashing magazine, my posts are right aligned instead of left aligned so there’s no space between the right column. Is there any way I can fix this?

    I tried looking on here and also the SM comments section, but no one else seems to have this problem. I have a feeling it has something to do with the style sheet, perhaps.

    Here is my website where this is happening: http://csscandiez.com/2010/03/24/wp-coda/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Saw your page,i saw this css

    style.css :line 73

    .post.single .entry {
    float:right;
    line-height:18px;
    overflow:hidden;
    padding-bottom:25px;
    }

    change float value to left.
    i hope it will give you satisfaction

    Thread Starter webdesignsbyapw

    (@webdesignsbyapw)

    Thank you so much grvpande! I’ve been trying so many things. Didn’t even see that part. Happy yay ~

    it’s my pleasure

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

The topic ‘Posts are right aligned’ is closed to new replies.