[Resolved] CSS on Post pages only

Home Forums Support [Resolved] CSS on Post pages only

Home Forums Support CSS on Post pages only

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #256844
    Tim

    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

    #256871
    Tim

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

    #256899
    Leo
    Staff
    Customer Support

    Glad you found a solution!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.