Reduce space above full header

Posted in: Newspaper
Post count: 10

Hello,

I can’t find how to reduce the space above the header : http://hpics.li/a372059

I use the Full responsive (980px) and when I make the change in the CSS, it reduce the space between the menu and the slider too : http://hpics.li/88f35dc

What should I do ?

Thanks.

Post count: 780

hello,
sorry to hear that you have problems
you want to put space between the logo and the menu?

please give us the link to your site, and we will see what we can do

Thanks for you message.
Radu A.

Post count: 10

Hello,

Thank you for answering.
Actually, I want my logo to be at the top but I have a space above it. I deleted my background so you can see better : http://criss-colfer.fr/test/

Also, on the slider the images are not cropped correctly.

Thanks. 🙂

Post count: 3343

Hello,
Add this in style.css

.td_980_resp .td-full-logo .td-grid-wrap {
    padding-top: 0px !important;
}
.td_980_resp .td-full-logo img {
    padding-top: 0px !important;
}

and make the logo at 996px if you want to be full on width.

For slider add this in style.css

.td-page-wrap .iosSlider-col-2, .iosSlider-col-2 .item {
    height: 321px !important;
}

Thanks for the message!

Post count: 10

Works perfectly. Thanks.

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