Archived topic
Paragraph padding problem
4 replies · Started by Dan on July 19, 2022
Hi, I highlight the background color for the final paragraph of many of my posts. For some reason the padding around the text stopped working for older posts, for example:
https://barcelonanavigator.com/barcelona-edition/
the way it is supposed to look is like the final paragraph of this post
https://barcelonanavigator.com/sitges/
Thanks.
Hi there,
odd, its not loading this CSS on that post:
p.has-background {
padding: 1.25em 2.375em;
}
Try adding that in your Customizer > Additional CSS
that works, thanks
resolved
Glad to hear that!