Pagebuilder images visual editor issue
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
2So 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.
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.