Header Height Mobile - Question | JoomShaper

Header Height Mobile

H

Hjalte

Helix Framework 11 months ago

Why is it so hard to change header height ? fresh install joomla with latest helix ultimate.

When i go to settings for Header Height (Mobile) and change it nothing happens. Logo Height (Mobile) works fine.

same issue on all sites. see https://rfk-kbh.dk/

if i add

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

nothing happens??

1
3 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 11 months ago #118295

Hi

Thanks for contacting us. You have to add the CSS like this

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

-Regards.

1
H
Hjalte
Accepted Answer
11 months ago #118304

okay thanks, but why is not working in the template settings ??

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 11 months ago #118316

Settings should work, but if it does not work then we have used custom CSS.

0