Make menu fixed
10 years 6 months ago #18975
by goran83
Make menu fixed was created by goran83
Hi is there a way to fix the menu at the top when scrolling down on the website?
Thank you
Thank you
Please Log in or Create an account to join the conversation.
10 years 6 months ago #18977
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Make menu fixed
Hi
you shall use Maximenu CK to do this
CEd
you shall use Maximenu CK to do this
CEd
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
10 years 6 months ago #18993
by goran83
Replied by goran83 on topic Make menu fixed
Yes, I'm using Maximenu CK in the logo + menu header position. Where in Maximenu perimeters is that option located?
Thank you
Thank you
Please Log in or Create an account to join the conversation.
10 years 6 months ago #18994
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Make menu fixed
look in the effect options >> menu position
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
10 years 6 months ago #19095
by Boradan
Replied by Boradan on topic Make menu fixed
alternatively, make sure the menu is in its own wrapper, and put this in the custom css box for the page background for that wrapper:
Note that you should also create a custom HTML block with no content, but having a specified height corresponding to the height of your menu.
If you do not, then your first content will actually be behind the menu.
You can see it in action on www.poolleakdetection.co
Code:
left: 0;
right: 0;
position: fixed;
top: 1px;
z-index: 1000;
Note that you should also create a custom HTML block with no content, but having a specified height corresponding to the height of your menu.
If you do not, then your first content will actually be behind the menu.
You can see it in action on www.poolleakdetection.co
Please Log in or Create an account to join the conversation.
Time to create page: 0.211 seconds