[Resolved] Customizing the Mobile menu

Home Forums Support [Resolved] Customizing the Mobile menu

Home Forums Support Customizing the Mobile menu

  • This topic has 5 replies, 3 voices, and was last updated 5 years ago by Tom.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #832933
    Dax

    Hello,

    How do I left align mobile menu items? At the moment they are all centralized and it looks crud. Is there also any way to make the close box appear next to the word menu as opposed to right of the menu box?

    Thanks in advance

    #832941
    David
    Staff
    Customer Support

    Hi there,

    could you link us to your Site. You can edit your original topic and use the Site URL field for privacy.

    #833139
    Dax

    Hello,

    Done.

    Thank you

    #833381
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    You have some custom CSS which is centering the items:

    .main-navigation .main-nav ul li a, .menu-toggle, .main-navigation .mobile-bar-items a {
        text-align: center;
    }

    If you don’t have control over that CSS, you can left align them like this:

    .main-navigation.slideout-navigation .main-nav ul li a {
        text-align: left;
    }

    As of right now it’s pretty difficult to add the close item directly inside the menu. However, this is a feature we’ve added in GPP 1.8, which will be available for testing in the next couple weeks ๐Ÿ™‚

    #833738
    Dax

    Thank you very much Tom!

    #833999
    Tom
    Lead Developer
    Lead Developer

    You’re welcome ๐Ÿ™‚

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.