Archived topic
Padding on text-block
3 replies · Started by Niklas on December 2, 2022
Hello and thanks for a great product!
I have problems aligning text block in single Posts. I want the body text to align and have the same width as images and heading. See test post here:
https://edelstromdesign.se/test-blog-post/
Thanks!
Hi Niklas,
The texts have spacing coming for default WordPress styles. Specifically, it's because the text has a Background color.
Is that background color needed? If not, you can unset it in the Paragraph's Block settings. That should remove the spacing.
Otherwise, try adding this code through Appearance > Customize > Additional CSS to override that:
p.has-background {
padding: unset;
}
Hope this helps!
It was that simple! I would not think that the colour had anything to do with the width.
Amazing!
Thanks Fernando!
Best regards
Niklas
You're welcome Niklas!