Home>Support>Pagebuilder images visual editor issue

Pagebuilder images visual editor issue

By Beardface, 10 years ago. Last reply by Beardface, 10 years ago.
Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].

Hi,
I can’t work out how to insert an image into the Visual Editor widget (without having a at the bottom) so that the widget height will automatically adjust around the image – see http://www.ampawards.co.uk/school-template/

Any help much appreciated.
Thanks

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 10 years, 10 months ago Greg Priday
    Hi, I Work Here

    So what seems to be happening here is that the text widgets are not being cleared. You can add this fairly easily with the following code.

    .textwidget:after {
    	visibility: hidden;
    	display: block;
    	font-size: 0;
    	content: " ";
    	clear: both;
    	height: 0;
    }

    This was taken from http://css-tricks.com/snippets/css/clear-fix/

    You can add this with any custom CSS plugin. Around here, we generally recommend Jetpack’s custom CSS.

  2. 10 years, 10 months ago Beardface

    Hi Greg,

    Thank you so much for this. I really appreciate what you have done here, especially as it isn’t anything to do with Pagebuilder.

    Cheers
    Simon

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More