trying to remove some space between the content and menu


Author Message
Christopher Mendla

Posted: 4/12/2013
Quote message 

I am a bit stuck on how to remove the space between the heading and the content. The site is at

http://www.campusparkeast.com/

I thought it would be in the margins of the content tab but I can't seem to find the right place.
 
Garry

Posted: 4/14/2013
Quote message 

Try removing margin from following style:

.art-layout-wrapper {
margin: 20px auto 0;
position: relative;
z-index: auto !important;
}