-
ch18639
Hi Fernando,
Please see attached.
Charles
-
fernandoazarcon2
You have an extra
}
at the very bottom of Additional CSS. It’s causing a syntax error. Can you remove that first? Let’s see how it goes afterward. -
ch18639
Hi Fernando,
Thanks for pointing that out. I’ve removed that.
Still no luck with the menu on mobile.
Charles
-
fernandoazarcon2
I see. You’re using a mobile header. Try this:
nav#mobile-header.is_stuck { min-height: 100px; }
-
ch18639
Hi,
I’ve added the above CSS and switched the value to 55px but still no luck.
Charles
-
Hi Charles,
Do you want the sticky navigation looks exactly the same as the navigation?
If so, I would recommend disabling the GP sticky navigation option and using this CSS to make the navigation sticky:
nav#site-navigation,nav#mobile-header { position: sticky; top: 0; }
Let me know if this helps!
-
ch18639
Hi Ying,
Thank you, that’s done it.
Charles
-
You are welcome 🙂
- You must be logged in to reply to this topic.