Vantage – how to reduce space under menu
Hi There was too much space underneath the menu on all pages of my website. I’ve managed to reduce this spacing on the homepage by adding to the Custom CSS: .home #main { padding-top: 4px !important; padding-bottom: 4px !important; }…