Sticky Header - Main Menu Links Go Off Top Of Screen - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Sticky Header - Main Menu Links Go Off Top Of Screen

DA

David Austin

Helix Framework 3 years ago

Joomla 4.0.5 - SP Page Builder 3.8.2 - Language School template

Hello again, I have a menu that's now working well, but when I scroll down the page, despite the header being set as 'sticky', the main menu links disappear off the top of the page before the header sticks. Only the logo and the rest of the header bar stays visible.

The website is here: http://newsite.learnpermaculture.com/

Do I just need some Custom CSS?

Thank you! David

0
3 Answers
Ariba
Ariba
Accepted Answer
Support Agent 3 years ago #51103

Hello

Thank you for your query.

Please add the following css rules in custom css section

#sp-header.header-sticky {
    transform: unset;
    height: 80px;
}
#sp-header.header-sticky .logo {
    margin-top: 0px;
    height: 80px;
}
0
DA
David Austin
Accepted Answer
3 years ago #51104

Thank you Ariba, that's perfect! Much appreciated. :)

0
Ariba
Ariba
Accepted Answer
Support Agent 3 years ago #51109

You are most welcome, my pleasure! :)

0