CSS to add top-margin at the contents column


Author Message
Val

Posted: 12/16/2014
Quote message 

I ask for the experts wisdom.
I have the below template, where I moved the sidebar on the top, but the contents column moved also. What kind of CSS to use in order to keep the sidebar on top but move the contents lower?

Thanks in advance,
Val


 
jrgweb

Posted: 12/17/2014
Quote message 

@Val

a url to website would be helpful but...

try adding
.art-content-layout {
margin-top: 120px;
}

This all depends on how you moved the sidebar.
Again, a url would be helpful!