Remove padding on mobile header
customizationpluginplugin-siteorigin-css · By CharlieC · 10 years ago · Reply by Support Assistants 10 years ago
I have removed all padding from around the logo in the header of the site with Custom CSS. .layout-full.panels-style-force-full .panel-row-style { padding: 0px; } body.responsive.layout-full #page-wrapper .full-container { padding: 0px; } But when viewing the site on a mobile the…