Hey, just wondering if there is some custom css that will decrease the margin from where the text / stacks start from the top of the content area. On my website ( www.eyes360.ca ) in the main content area there is a large gap between the start of the grey and where it says "Anything and Everything to do with your Eyes." Is there anyway to reduce the size of this gap? Thanks!
Comments
I can't find that in your published site. What is the correct url to that page?
tsilva
make sure you go to .ca, not .com
Try this:
Go to Page Info>Header>CSS, and in the Custom CSS window, copy/paste the following:
.contentContainer h1{height:1px;}
.content_bg {margin-top:0px;padding-top:0px;}
tsilva