Home Forums WoodMart support forum Mobile menu is too small after update

Mobile menu is too small after update

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #238618

    Jean-Michel
    Participant

    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

    #238625

    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.

    #238728

    Jean-Michel
    Participant

    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.

    #238885

    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.

Viewing 4 posts - 1 through 4 (of 4 total)