Mobile Header Height - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Mobile Header Height

EM

Elmir Mustafic

Helix Framework 4 years ago

Hello, i'm having problems setting mobile header height from HU2 options.

Check Screenshot http://prntscr.com/1xgj5ni

0
5 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 4 years ago #40158

Hi Elmir,

indeed, we have to fix it in next update, by now use custom CSS to correct height.

0
Ugur Uygur
Ugur Uygur
Accepted Answer
4 years ago #40159

Hi Elmir,

1- Temlpate Options

2- Custom Code

3- Custom.css

Add the following code to the custom.css field.

#sp-header {
    height: 100px;
}
@media (max-width: 575px) {
#sp-header {
    height: 100px;
   }
}

Also there is no Header Height (mobile) in the latest version (I don't know if yours is a custom template).

https://imgur.com/a/SixGcQG

There is only Header Height. Please update HU 2 to the latest version.

Regards

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 4 years ago #40166

Ugur, there is in HU 2.0 - but first you have to switch view. ... and px should be next to value. Besides you forgot about @media (max-width:.

Please do not give wrong tips (!) here

0
Ugur Uygur
Ugur Uygur
Accepted Answer
4 years ago #40167

Hi Paul,

Sorry, I've edited, thanks.

0
EM
Elmir Mustafic
Accepted Answer
4 years ago #40195

Hello Paul, ok thank you. I'll wait for update meanwhile use custom css

Hello Ugur, you can change it with HU directly from Template options but it seems not working so have to wait for fix. I know about custom css :)

1