Home › Forums › Support › Sticky menu – Apple This topic has 5 replies, 2 voices, and was last updated 2 years, 2 months ago by David. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts June 10, 2019 at 2:24 am #924566 isabel Hi, We are using the sticky menu with the secondary menu. In Android and PC is working well. But it is not sticky in the posts in: Ipad and iPhone Safari. Ipad Chrome neither. Chrome or safari from the Macbook. My CSS: #secondary-navigation { position: sticky; top: 0; } Could you give me any advice? Thank you! Best regards. June 10, 2019 at 3:28 am #924604 DavidStaff Customer Support Hi there, try this CSS: #secondary-navigation { position: -webkit-sticky; position: sticky; top: 0; } This will cover the webkit browsers March 12, 2021 at 9:44 pm #1693212 acela Hi David, In testing, I’m also not seeing my sticky navigation menu bar appear when scrolling down on iPad Safari… Is this still the right CSS to use/add? Thanks! March 13, 2021 at 3:26 am #1693360 DavidStaff Customer Support Hi there, that code is still valid – it may require some z-index property but if you can raise a new topic and share a link to the site I can take a look. March 16, 2021 at 10:20 am #1697787 acela Yep, that did the trick – and no z-index needed… Thanks David! (Perhaps these rules should be in the default sticky-nav setup?) March 16, 2021 at 12:18 pm #1697908 DavidStaff Customer Support We’ll be rewriting sticky nav soon – so we’ll take a look at some other options. Glad to hear you got it working! Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In