Header spacing

Posted in: Newspaper
Post count: 131

Hi,

Can you please help me to remove the spacing in the header areas as marked in the screenshot.?

http://www.magzeo.com

View post on imgur.com

Thanks!

Post count: 23312

Hello Sayeed,

This is talking about the padding-top value. If you want to remove that space you will have to decrease the value of this padding. Try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td-main-page-wrap {
padding-top:0;
}

The result -> http://screencast.com/t/TbvncWRio8rK

Thanks.

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