Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1397110

    Hi there,

    How can I change the column width of the submenu items in the mobile menu?
    ///
    Wie kann ich die spaltenbreite der Untermenüpunkte im mobile menü verändern?

    thanx

    mobile menu

    • This topic was modified 1 year, 9 months ago by solf.
    #1397182

    Hey solf,

    Thanks for the screenshot. Could you post a link to where we can see the actual elements on your site as well please?

    Best regards,
    Rikard

    #1397190

    Hi, Rikard
    see link in Private Content
    solf

    #1397216

    Hi,

    This CSS is causing that to happen:

    ul.sub-menu {
        width: 300px !important;
    }

    It can’t see where it’s coming from though, since you are using Autoptimize. If you know where it’s added, then please wrap it in a media query:

    @media only screen and (min-width: 989px) {
    Your code goes here
    }

    Best regards,
    Rikard

    #1397524

    Hi Rikard,
    thanks, the problem was solved.
    solf

    #1397553

    Hi,
    Glad to hear that you have this sorted out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘column width of the submenu items in the mobile menu’ is closed to new replies.