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

#14168
Andy
Keymaster

It’s not possible to target a specific page with the page name, but you can use the page ID, for example a page with the ID of 123:

.page-id-123 .site-content {
    margin-top: 0;
}