Showing 1 – 1 of 1 replies
wanes

It's very difficult to put a Sticky […]

wanes PURCHASED
4 years ago
Hi,

it's very difficult to put a Sticky Header because the sections are with style position: absolute ans position relative.
Do you have a solution please ?
WeBoth
WeBoth SELLER
4 years ago
Hi wanes, thank you so much for purchasing Fluxo! :)

By default, Fluxo doesn't include a sticky header on the package but we can actually achieve it by adding some Bootstrap classes to these HTML tags:
1. add class "fixed-top" to <header class="header">
2. add classes "position-relative bg-white" to the <nav class="navbar"> below the header tag above

For more details please take a look at this snippet: https://snipit.io/public/snippets/33019

Hope this helps!