Hi @davidmwright,
I see that you are having a display layout issue. Let’s try and sort this out.
It appears that there’s a CSS code that adds 20px margin to the bottom section:
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
color: #0f0f16;
margin: 0px 0 20px;
font-weight: 600;
word-wrap: break-word;
}
If you can remove the 20px margin, then the issue will be resolved. See image: https://share.zight.com/OAu7y6yk
I hope this helps.
Thanks so much for your very quick reply! I’m a relative novice with WordPress – how do I access the HTML code to make this edit please?
How you can access HTML code will be up to your theme or page builder.
On the other hand, you can simply overwrite the existing code using this snippet:
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
margin: 0px !important;
}
Add this to your Appearance > Customize > Additional CSS.
You can also learn from this article.
Thanks again! Unfortunately this hasn’t solved the problem. I’ve tried leaving the existing CSS code in place, and removing it, but the results are just the same.
Moderator
t-p
(@t-p)
Looking at your site, you use spicepress theme.
If you still need assistance, I recommend asking at https://ww.wp.xz.cn/support/theme/spicepress/#new-post so its developers and support community can help you with this.
Thanks t-p. The site in question is not my own, but for a friend. It uses the Stacy theme. Maybe I need to seek help from them?
Moderator
t-p
(@t-p)
Okay, here is stacy theme’s dedicated support forum: https://ww.wp.xz.cn/support/theme/stacy