Logo top padding in header with Style 3

Posted in: Newspaper
Post count: 15

Hi, when selecting Style 3 – (full width logo) + menu as header style, there is a padding between the logo and the top of the page (desktop device).

How is it possibile to remove or reduce it?

If I change it in

.td_980_resp .td-grid-wrap {
padding: 48px 0px 0px 0px !important;
}

all the content of the page comes up, but not the menu.

Thanks

Post count: 6600

Hi,

Please give me a link to see this issue and i will provide you a CSS to fix it.

Thanks

Post count: 15

I’m just doing some test so it’s not online yet.
By the way i’m using the original css with Full responsive (980px) and Style 3 – (full width logo) + menu.

Thanks,
Igor

Post count: 6600

Hi,

Try this custom CSS:

.header-style-3 div.td-grid-wrap {
padding-top: 0px !important;
}

…add it in Theme Panel Custom CSS like this: http://screencast.com/t/dBLKd9oR4R8

Thanks

Post count: 15

Exactly that.

Thanks a lot.

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