header hight

Posted in: Newspaper
Post count: 21

what is the code make the header hight less. I know it is programmed high for the ad banner but I will not be using and ads in the header. you can see all the space at http://www.thestudiolounge.com

Thanks

Post count: 21

I guess this can’t be done. Time to look for a new solution.

Post count: 20688

Hi,

It could be done with some CSS, something like this should do it
https://www.screencast.com/t/YPrw0KUpE3
The values in the code are half of the default values, you can tweak them more if necessary

.td-header-style-10 .td-logo-wrap-full .td-logo,
.td-header-style-10 .td-logo-wrap-full {
line-height: 65px;
}
.td-header-style-10 .td-logo-wrap-full {
min-height: 65px;
}

Thanks

Post count: 21

That Worked. Thank you very much. If I want to change the header style can I just replace the number?

Post count: 20688

Glad it worked. Changing the number in the code will make the code apply to a different header style. It may require additional code if used for other header styles however.

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