Maximenu jumps to left when I scroll
9 years 7 months ago #29776
by petra
Maximenu jumps to left when I scroll was created by petra
Hello,
please help. I have pushdown maximenu here, which looks exactly the way I want>
www.stig.nejlevnejsieshop.eu/
but when I scroll, it jumps to left and is not fullwidth>
imtp.me/a3o502lj3
Please advise how to fix this...
please help. I have pushdown maximenu here, which looks exactly the way I want>
www.stig.nejlevnejsieshop.eu/
but when I scroll, it jumps to left and is not fullwidth>
imtp.me/a3o502lj3
Please advise how to fix this...
Please Log in or Create an account to join the conversation.
9 years 7 months ago #29779
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Maximenu jumps to left when I scroll
Hi
by my side I don't have the menu on the left, it stays at the same position on top of the page when scrolling
CEd
by my side I don't have the menu on the left, it stays at the same position on top of the page when scrolling
CEd
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
9 years 7 months ago #29814
by petra
Replied by petra on topic Maximenu jumps to left when I scroll
Hi CEd,
please see this video to make sure we are talking about the same thing:
it is in Chrome, Firefox and Edge on Windows 10.
Also other people see it, so it is not my cache.
please see this video to make sure we are talking about the same thing:
it is in Chrome, Firefox and Edge on Windows 10.
Also other people see it, so it is not my cache.
Please Log in or Create an account to join the conversation.
9 years 7 months ago #29829
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Maximenu jumps to left when I scroll
ok I have seen the problem, and in fact this is not managed by maximenu
the fixed position is given to the menu container (from your template ?) :
<div class="navigation isStuck" style="position: fixed; top: 0px;">
then it goes on the left without margin nor width. You must manage this into your template, because in maximenu I have added an option recently to set a width if you use the top fixed option, but as said here you don't use this
the fixed position is given to the menu container (from your template ?) :
<div class="navigation isStuck" style="position: fixed; top: 0px;">
then it goes on the left without margin nor width. You must manage this into your template, because in maximenu I have added an option recently to set a width if you use the top fixed option, but as said here you don't use this
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
9 years 7 months ago #29918
by petra
Replied by petra on topic Maximenu jumps to left when I scroll
Hi CEd,
thanks, it helped, now it does not stick to the top anymore.
1. But I am struggling with with the width. I need a menu like www.starbucks.com/ but when I select fullwidth, I only get width of the menu without sides, I get this with pushdown, but don't want the content to be pushed down.
Please advise how to add the background from side to side> imtp.me/a4lg02lj3
2.Also, I selected in submenu item hover state color, I only get half of the word higlighted> imtp.me/a4le02lj3 , imtp.me/a4lf02lj3
thanks, it helped, now it does not stick to the top anymore.
1. But I am struggling with with the width. I need a menu like www.starbucks.com/ but when I select fullwidth, I only get width of the menu without sides, I get this with pushdown, but don't want the content to be pushed down.
Please advise how to add the background from side to side> imtp.me/a4lg02lj3
2.Also, I selected in submenu item hover state color, I only get half of the word higlighted> imtp.me/a4le02lj3 , imtp.me/a4lf02lj3
Please Log in or Create an account to join the conversation.
9 years 7 months ago #29924
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Maximenu jumps to left when I scroll
1/ for the fullwidth you must add this
and you shall remove the position relative to all the containers of teh menu in your template
2/ have you set "auto" as value for the column ?if yes, set a value in px ior %, you can use 100%
Code:
div#maximenuck232.maximenuckh ul.maximenuck {
position:static !important;
}
2/ have you set "auto" as value for the column ?if yes, set a value in px ior %, you can use 100%
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
Time to create page: 0.222 seconds