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

    Hi guys,

    I have sub menu items on mobile underneath Services tab and they have padding to the left. How can I get rid of this padding? I’m having trouble finding the CSS class to use.

    Thanks!

    #1132819

    Hey bobfurgo,
    Sorry for the late reply, to remove the padding to the left of your sub-menu items please try this css:

    #top .av-main-nav ul a {
        padding: 8px 15px 8px 0 !important; 
    }

    Then clear your browser cache and check.
    Please see the screenshot in Private Content area.

    Best regards,
    Mike

    #1138169

    Thank you Mike!! :)

    #1138181

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘sub menu items on Mobile’ is closed to new replies.