Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1088890

    The blockquote text is perfect on the display page but the blockquote appears to be about twice the size in the Classic Editor. How can I adjust only the the blockquote text size in the Classic Editor mode? I should add that the “normal text” is okay.

    Thank you!

    #1089405

    Hey John,

    Where can we see and reproduce the problem?

    Best regards,
    Rikard

    #1089599

    Please see Private.

    #1090464

    Hi,
    Sorry for the late reply, I tried a few different tricks but they didn’t work because in the editor when the page is opened it is treated as an iframe, which means you can’t adjust the css in the DOM.
    So your last hope is to manually change the file: /enfold/config-gutenberg/css/avia-gutenberg-editor.css
    on about lines 172-180 you will find:

    	blockquote{
    	border-left-style:solid;
    	border-left-width:7px;
    	padding-left:20px;
    	margin-bottom:1em;
    	margin-right:1em;
    	font-size: 1.235em;
        line-height: 1.5em;
    	}

    change the font-size to 1em;
    then save and clear your browser cache.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.