Thanks, could you show me specifically how to code it?: Here’s what I”m looking at:
}
#content .post .sticky{
font-size:12px;
background:#f2f2f2;
padding:4px 6px;
letter-spacing:1px;
display:inline-block;
line-height:1;
border-bottom:1px solid #eee;
}
#content .post,
#content .page{
overflow:hidden;
margin-bottom:15px;
}
#content .post .post-entry{
overflow:hidden;
}
#content .post-meta .sep{
margin:0 5px;
}
#content .post .author{
overflow:hidden;
}
#content .post .author h3{
margin-bottom:5px;
}
#content .post .author .avatar{
float:left;
width:50px;
margin-top:5px;
}
#content .post .author .author-meta{
margin-left:60px;
}
Hi Simple, thanks for the reply. I’m seeing left-justified is the way to go, so I fixed that.
Otherwise, what about the best way to get better spacing with this theme? It’s Max Magazine theme, and if I add bottom margin after h2 tags, it makes the homepage funky. Is there a way to just increase spacing on the posts and not the homepage?