Hi @Jade,
Actually this code gives 10% top padding on all sections across the site (not only the header/top one). It must only affect the top section in blog page and also other pages that are affected in the header.
I can use this for instance:
.category-129 .x-container {
padding-top: 7% !important;
}
But I have to add each and every new entry (is undoable) and if the page have other sections they will get top padding to. I can solve this in normal pages by adding a gap but this is not the best way to go i guess…
Hot to solve?
Thanks!