Hi,
Due to my header and certain page elements being hidden behind it (such as titles) I have added the following global css to add a margin to the top of the page:
.x-main.full {
margin-top: 100px;
}
In saying this I don’t want this margin to exist on particular pages such as the home page.
Can you please let me know how I can remove the global css on specific pages. Thank you!