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
Comment #1
colorado commentedThe 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.
Comment #2
colorado commentedComment #3
itsa commentedIn 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
Comment #4
colorado commentedIf it's not there then you'd need to create it.
Comment #5
colorado commented