Hi @Matthew114
-
Go to theme files > theme.css file.
-
Add the below CSS at the bottom of the file and save the changes.
.prose .h1, .prose .h2{
margin-top: 10px;
}
I hope this helps!
Main issue: Reduce the vertical spacing between a header and subheader in a Prestige theme block to bring the texts closer together. The store URL and screenshots were provided to illustrate the target area.
Proposed fix:
Context notes:
Status/outcome:
Hi @Matthew114
Go to theme files > theme.css file.
Add the below CSS at the bottom of the file and save the changes.
.prose .h1, .prose .h2{
margin-top: 10px;
}
I hope this helps!