How to change padding mobile menu
developerpluginplugin-siteorigin-css · By Dionne van Oijen · 5 years ago · Reply by Andrew Misplon 5 years ago
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…