Too much White space with in Paragraphs & Headings when using the Wordpress Editor
While using Custom Post types and using the wordpress editor, it leaves a lot of white space between paragraphs and headings. I have inspected and i found that the there is this class
.brz .brz-rich-text>* {
white-space: pre-wrap;
}
So i have edited the white space to nowrap like this
.brz .brz-rich-text>* {
white-space: nowrap;
}
Unfortunately, the words/texts now go beyond the columns creating a lot of text chaos.
Please advise on this.
0
-
Hi Edgar,
Thank you for contacting us. Please provide the URL so we can inspect it.
I am looking forward to your response.
Best regards,
Ariel H.0 -
the link is here
----
0 -
Hi Edgar,
Please try adding this CSS and see if this works for you.
.brz .brz-rich-text__population span {
display: block;
}
Let me know how it goes.
Best regards,
Ariel H.0 -
This has worked. Thank you
0
Please sign in to leave a comment.
Comments
4 comments