Something Happening On The Header... Too Much Height - Question | JoomShaper

Something Happening On The Header... Too Much Height

MM

Manuel Maldonado

Template 1 week ago

Hi, Suddenly I have found that the header or some div around is completely off size and I can't find a way to fix it. Please, can someone help me figure out? I even reinstalled both the template (yamas) and the Pagebuilder component, just in case.

Website is https://www.acupunturaeficaz.com/

Thank you so much

0
5 Answers
Pavel
Pavel
Accepted Answer
1 week ago #155019

Hi. Set up Header height in template settings

0
MM
Manuel Maldonado
Accepted Answer
1 week ago #155033

Thanks for your answer, yes I did that but still the same! In the HELIX ultimate configuration page, it is set to 60px. Is there any other place to set that? Thanks again!

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 week ago #155022

Ciao Manuel,

Or set it by Custom CSS, for example:

#sp-header {height: 90px; }

Template Options > Custom Code > Custom CSS

0
MM
Manuel Maldonado
Accepted Answer
1 week ago #155035

Yes, this worked, thanks a lot. I have only changed it on the page custom.css Let's see if I can find the source of this weird global change... Thanks again

0
Pavel
Pavel
Accepted Answer
1 week ago #155063

You don't need

#sp-header {
    height: 69px;
}

Header height setting 60px fix menu item a/span line-height to normal 60px. That was the cause of the problem since it was line-height: 69;.

But Header height itself should be auto from template.css

0