CSS borders between posts in loop all clumped at the top of the page
-
Hi, I’m not sure what I’m doing wrong. I have this css style to put a border between each post in my index and category pages:
#primary article + article { margin-top:3%; border-top:1px dotted #ccc; padding-top:6%; }
But they don’t display properly, all the borders are bunched up at the top of the page. Here’s a screenshot: https://terraavocado.com/images/screenofbrokenborders.png and a link: https://www.terraavocado.com/category/grammrar
Any idea why?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘CSS borders between posts in loop all clumped at the top of the page’ is closed to new replies.