How to change padding mobile menu
Goodmorning, I used the following CSS to remove the space between the logo and the menu: .hgroup { max-width: none !important; } .logo img { width: 100%; height: auto !important; } .logo, #masthead, .hgroup { padding: 0 !important; } .support-text…