Hi all,
I've installed a new theme here: http://srinimetta.com/ and the posts are flowing outside of the content area, any idea why this is happening? Would a simple css fix of that divs height fix the issue?
Thank you kindly ~
Jennifer
Hi all,
I've installed a new theme here: http://srinimetta.com/ and the posts are flowing outside of the content area, any idea why this is happening? Would a simple css fix of that divs height fix the issue?
Thank you kindly ~
Jennifer
Edit style.css and change:
.post {
padding-left:35px;
width:515px;
}
to
.post {
padding-left:35px;
width:490px;
}Thanks Esmi,
I've actually changed the theme back to one that he'd been using previously - as there are so many issues with the new theme.
I noticed for this page titles, he was making them a link - is that common practice at all, I've never seen it.
They were all being done this way:
Errors were crazy when I wanted to validate ...
Sorry, need to edit this and can't ... grr!
<a href="http://srinimetta.com/category/strategies">Marketing Strategies</a>
This topic has been closed to new replies.