This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Pagebuilder images visual editor issue

11 years ago · Last reply by Beardface 11 years ago

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.

Need fast email support? Get SiteOrigin Premium

Replies

2
  1. Greg Priday Staff 11 years, 10 months ago

    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. Beardface 11 years, 10 months ago

    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.

Have a different question or issue?

Start New Thread