Hi @taozina I’m glad you like the theme, I do my best to keep it up to date.
I have checked the issue
With my theme deactivated, it seems that the quote sentence gets divided when some words within the quote are set to bold and/or underline. Because I set the background of the quotes to transparent those spaces appear to be wider than others.
Please try this code, create a new CSS code block and copy the code below:
.quote,
.quote.bold,
.quote.underline {
padding-left: 0px;
padding-right: 0px;
margin-right: 0px;
margin-left: 0px;
}
This is how it should look with my theme enabled including the code snippet above.
Please let me know if this fixes the issue, so I will include the code within the theme.
Cheers