Mobile menu is too small after update
-
Good day. I made the update this morning, but the mobile menu is too small. can you please give me a CSS code and make the mobile menu wider? So the side menu for mobile phone view. Jamb-xxl.ch
It should be just as big that the text is not cut off or Break IT in next line. Thank you for your help, greetings
Hello,
Please provide a relevant screenshot of the specific area in which you want to increase the size with the admin panel login details of the website to check it myself and help you out accordingly.
Because without seeing the issue I am unable to suggest any solution.
Best Regards.
Video Example
That wasn’t the case before the update.
The side menu should be a little wider so that the text “Wirtschaft & Industrie” (see Video) is not cut off. On smartphones with a small screen, the menu is too small in width.
Hello,
I watched the video you attached.
Please try adding the following Custom CSS in the Custom CSS for the Mobile area under Theme Settings >> Custom CSS.
.site-mobile-menu li a {
width: 278px;
}
Best Regards.