Helix Ultimate 2.0.11 - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Helix Ultimate 2.0.11

René Jensen

René Jensen

Helix Framework 3 years ago

The Header hight (mobile) doesn' work. It works fine in Desktop view. Thanks

0
7 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #94184

You can use this CSS for mobile only and set the height what you need.


@media (max-width: 844px){
header#sp-header {
    height: 150px !important;
}
}
0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #93869

Hi

Thanks for contacting us. Could you please give me your site URL and also screenshot of your issue?

-Regards.

0
René Jensen
René Jensen
Accepted Answer
3 years ago #93870

See hidden info

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #94037

Use this custom CSS

header#sp-header {
    height: 150px !important;
}

Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

0
René Jensen
René Jensen
Accepted Answer
3 years ago #94054

Thanks. Have a nice day.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #94065

You are always welcome.

0
René Jensen
René Jensen
Accepted Answer
3 years ago #94091

Hi again Mehtaz Your CSS is working, but it changes both the desktop and the mobile header hight. I want a specific height for the mobile header and a specifik hight for my desktop header. And that function does not work in Helix Ultimate. Please give me the CSS for changing the header hight only in mobile view :)

0