Move content with 50px


Author Message
Eric

Posted: 5/23/2015
Quote message 

How can I move the complete content (not the header or menu, widgets) 50px lower?
I found .art-postcontent adding margin-top: 50px does moev the content but not the Tittle etc.
 
Lars

Posted: 5/23/2015
Quote message 

Hi Eric

Try

.art-layout-wrapper {
position: relative;
margin: 50px auto;
}

/Lars