Hi there,
I am trying to achieve exactly what this user is trying here: Remove blog header and page padding/margin
That is:
-remove blog auto header below featured image
-remove padding from each side of page
-make blog page full width
However, the code mentioned at the end of the post isn’t working for me.
.single-post .entry-featured {
display: none;
}
.single-post .x-container.width.offset {
max-width: 100%;
width: 100%;
margin-top: 0;
}
.x-header-landmark {
display: none;
}
I wonder if there is a new element etc that requires new code for 2020 - I am using latest Pro version.
Thanks, Tom.