Very nice Theme, I love it!

I am just wondering how I could change the position of the "Avatar" inside the posts. Right now, it is on the right and I would like to have it on the left of the content.

An example can be seen here: http://sky.modernwebservices.com/blog

Thank you,

itsanogo

Comments

colorado’s picture

The link you provided goes to a site using the Sky Theme, not Denver.

But I checked for you, and you need to change float:right; to float:left; on the .node .info .picture declaration in your stylesheet.

colorado’s picture

Assigned: itsa » colorado
Status: Active » Fixed
itsa’s picture

Status: Fixed » Active

In my file: denver/style.css

I now have:

.node .picture {
float: left;
margin: 0.5em;
}

instead of:

.node .picture {
float: right;
margin: 0.5em;
}

But I can't find: .node .info
or do I need to create it?

Thank you,

itsanogo

colorado’s picture

If it's not there then you'd need to create it.

colorado’s picture

Status: Active » Closed (fixed)