Border tops missing on blog posts (CSS help)
-
I have used the following CSS code for my site, to get my pages to look the way I want them to:
.type-post, .type-page { background: #cccccc; width: 1100px; padding: 18px; border: 15px solid #a6a6a6; margin-left: -200px; } .post { border: 15px solid #a6a6a6; background: #cccccc; margin: 30px; padding: 20px; line-height: 20pt; margin-left: -200px; }On my “Podcast” page, everything looks fine. However on the “blog” page, the tops of the borders around the posts are cut off. Could anyone offer suggestions as to what I’m doing wrong/how to fix this? Thanks very much. Please excuse the site as it is still a work in progress. My site is: http://soundsoftheaveragelife.com
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Border tops missing on blog posts (CSS help)’ is closed to new replies.