Home Forums Azuma Reducing gap between header and main page Reply To: Reducing gap between header and main page

#14150
Andy
Keymaster

Add this CSS to ‘Appearance’ > ‘Customize’ > ‘Additional CSS’:

.site-content {
    margin-top: 0;
}

This will remove the gap on all pages across the whole site.
If you only want to remove the gap on a particular page (the page in your screenshot doesn’t seem to be live when I visit your site), please let me know the page URL and I’ll be able to help further.