- This topic has 2 replies, 2 voices, and was last updated 1 year, 1 month ago by magefa.
-
AuthorPosts
-
November 1, 2022 at 11:13 am #312190magefaParticipant
Hi , I have an issue with our site : https://www.magefa.com on Mobile .
If you click on MENU and scroll down , it is scrolling the page down , but you can’t scroll the MENU down to see all items .
Anyway to solve this with additional CSS ?
I appreciate any help .
Kai
November 1, 2022 at 11:16 am #312202tikaramKeymaster@magefa : I checked your site on a mobile device. I don’t seem to find any issue with the menu items. Although you have many menu items but the menu items are fine at my end. If you are still having issue please let me know the device that you have used to test your site.
Regards,
TikaramNovember 2, 2022 at 5:58 am #312216magefaParticipantHey tikaram ,
Thanks for checking .
After I posted I was able myself to fix the issue with some additional CSS and make the MENU sticky .
Here is the additional CSS I’ve added:
#masthead {
position: sticky;
top: 0;
left: 0;
right: 0;
z-index: 300;
}
.main-navigation a {
color: #fff;
display: bold;
font-size: 20px;
line-height: 0.5;
outline-offset: -1px;
padding: 12px 15px;
white-space: nowrap;
}Thanks,
Kai
-
AuthorPosts
- The topic ‘Rock Star-cannot scroll menu on mobile’ is closed to new replies.