Why, when I add a block quote via the WYSIWYG, is the text size different to what I’ve set in my Block quote style?
The WYSIWYG (ckeditor) adds a paragraph tag around the text within the block quote. This causes it to inherit the text size of your paragraph base style.
If you add a block quote via the WYSIWYG it will automatically apply a Paragraph tag around the text with your block quote tag.
This is actually semantically correct but it may cause unexpected results if you have styled your block quote text to be different to your base paragraph.
A simple solution is to add a child p selector to your block quote style and the apply your text styles to this also.
This way, if your block quote gets paragraph tags added within it, your block quote style will still display as expected.
Did not find what you were looking for?
If this content did not answer your questions, try searching or contacting our support team for further assistance.