SP Pagebuilder Addon - Navigation Not Sticky - Question | JoomShaper
🎃 Halloween Sale is Live! Get 35% OFF on all plans. Sale ends soon! Get Offer

SP Pagebuilder Addon - Navigation Not Sticky

B

Bendict

SP Page Builder 4 years ago

Hi

I'm using the Navigation addon to create an anchor menu on this page:

https://produktion04.say-it.dk/realen

In the general settings for the addon I've chosen "ENABLE STICKY". The issue is that it's NOT sticky.

Please tell me what to change in order to make it sticky

  • thx
0
1 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 4 years ago #13406

Hi there!

Thanks for your query.

The navigation is sticky but it is hidden under the header as the header is also sticky. So you can set the top as auto or inherit to get it below the header.

Here is sample code, you need to put in your custom CSS:

#sp-page-builder .page-content .sppb-section.sppb-sticky-it, #sp-page-builder .sppb-section.sppb-sticky-it{
    top: auto;
}

Hope this will solve the issue for you.

Note: 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.

https://prnt.sc/pu705g

https://prnt.sc/pu70zn

Best Regards

0