problem with paragraphs in a Row block
-
Hello,
Hello, first of all, thanks for this great plugin.
I have a small problem with the excerpt in a WordPress block theme.
When I’m placing paragraphs in a Row block, they display correctly on a single line in the post, but in the excerpt they appear one below the other.
I’m not sure there’s any solution, as all the html tags are stripped or turned into paragraphs. And there is no class to differentiate them.
So, I did this :.ecae p:first-child {
display: inline;
}But it only works because my Row block is the first-child and contains only one paragraph.
Oh, non, wait, here’s the solution : I used the block HTML personnalisé (Personalised HTML ?) to use a <span> instead of a <p>, it works perfectly fine,
Problem solved !!
Thanks!
You must be logged in to reply to this topic.