[ad_1]
Hi @fellter2
Unfortunately these queries can only be achieved using a bit of custom CSS. It should be easy enough to achieve.
For example, this would affect all H1 tags —
.entry-content h1 {
margin-bottom: 200px !important;
}And for the whole entry-content spacing, the snippet would be —
[data-vertical-spacing*=top] {
padding-top: 200px !important;
}Hope this helps!
