White gap between hero image and top of website/main menu
Hello! I found the following custom CSS online to remove the white gap between my hero image and the top of my website (where the menu would usually be): /* Home */ .home #main { padding-top: 0; } .home.layout-full .panel-row-style.panel-row-style-full-width…