Page 1 of 1

Which menu does have an 'affix' option that works with grid

Posted: Mon Jul 08, 2024 10:40 pm
by mindentezzel
Hi,
I am a hobbyist web builder.
I use grids, but I want to stick the menu always at the top of the screen.
It must be remained inside my page if the page scrolls.
Pls give me advice how to solve it.
Thanks,
T.

Re: Which menu does have an 'affix' option that works with grid

Posted: Tue Jul 09, 2024 6:03 am
by Pablo
Affix will not work if the object is inside a container (like a grid) because objects cannot "break out" of the container.
So, instead you will need to make the layout grid itself sticky. There are several template which demonstrate this functionality.

Re: Which menu does have an 'affix' option that works with grid

Posted: Tue Jul 09, 2024 10:01 am
by mindentezzel
Thanks