I'm trying to reduce the padding on the first page between the header and the page content but I can't seem to get it to work. I can switch on the "minimalist" option but that removes it globally and I only want to do this on the first page.
Is this possible?
Thanks

Comments
.page-id-54 #Content { padding-top: 0 !important; }.page-id-54 #Content { margin-top: -60px !important; }If above value won't be enough, then increase this -60px value.