Site logo

Archived topic

CSS on Post pages only

2 replies · Started by Tim on December 21, 2016

Viewing posts 1–3 of 3

Hello,

I am trying to target only post pages with CSS, I want to give each post page a Top margin of 120px or so, I am trying
.single #container {top: 120px !important;}
.single #container {margin-top: 120px !important;}

neither work

You can see here I need to push the post pages lower so they are not under the menu
http://aaa.greaterthanthesum.com/network-maps-family-trees/

Thanks

I got it
.single .site-content {margin-top: 120px !important;}

Glad you found a solution!

This archived topic is closed to new replies.