Header spacing

Posted in: Newspaper
Post count: 16

Hi guy’s,

I’m using style 7 header style and would like to change the spacing in the header. I would like to remove some white spacing the compress the header in height. How can i do this?

Thanks,
Ronny

Post count: 20688

Hi,

Maybe that will be possible with some CSS. Please provide a link to your website and detailed information about what space you need removed. I will try to give you a solution. Some screenshots with comments will also be helpful if possible, in addition to the website link.

Thanks

Post count: 16

Hi Simion,

You can find the website here: https://www.prowel.nl

My request of spacing is here: https://file.town/download/ehw2xzwdu0lrt93yngjhg63q2

Thanks!
Ronny

Post count: 20688

So maybe something like this – https://www.screencast.com/t/ZbcZi6fY5

.td-header-style-7 .sf-menu {
margin-top: 0;
}
.td-header-style-7 .td-header-sp-logo {
height: 78px;
}
.td-crumb-container {
min-height: 20px;
padding-top: 0;
}

I could modify the code if needed.

Post count: 16

Hi Simion,

Thanks! This is exactly what i needed.

Kind regards,
Ronny

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.