Gap under menu but above hero…
By Luke Ahearn, 7 years ago. Last reply by Andrew Misplon, 7 years ago
I used this bit of CSS and it works for the Home Page: /* Home */ .home #main { padding-top: 0; } .home.layout-full .panel-row-style.panel-row-style-full-width { padding-top: 0; } But how do I get it to work for all pages? Thanks in advance!