Hello,
i want to change the mobile menu.
Is it possible not to use the full width for the menu display.
At the moment the menu flyout and is shown on the full page width
So that u can see maybe 20 % from the main page in the background.
Hi carvo!
Not sure I understand exactly what you mean, do you want the menu to only cover 80% of the screen while it’s active? If so, would you like the gap to be on the left or right side?
Regards,
Rikard
Hi Rikard,
yes, i want the menu to only cover 80% of the screen while its active.
Regards,
Carvo
Hi!
Add this to your custom CSS.
#mobile-advanced { max-width: 80% !important; }
Cheers!
Elliott
Hi!
Yes its ok, but now i do not see the whole menu text.
I thought, that your CSS Code cut the end of my screen with the space after the menu text.
any idea ?