Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #848306

    My website is http://serioustakeproductions.com

    The menu items in the drop down are too close to the left border. I’d like to either center the items in the drop down or move them over a little to the right.

    Thanks!

    #848307

    This issue is only for mobile.

    #848633

    Jade
    Moderator

    Hi there,

    You can add this under Custom > CSS in the Customizer.

    .x-navbar .mobile .x-nav > li > a {
        padding: 20px !important;
    }

    Hope this helps.