How to force classic tittle element not to wrap around above text?

Hi Support.

I have an image which is set to float left to wrap text around it. I’m using the vw element to size the image for devices.

I’m trying to find a code that stops the classic title element below it from wrapping around the image and ensuring it starts on a new line.

Please see the secure not for details.

Hey @mhkatz,

Upon checking, the Our Ethos heading doesn’t wrap to the picture as you have described. I’ve tested in several different screen sizes. Would you mind providing a screenshot of what you see on your end. Please also clear your browser’s cache and also test in incognito mode and other browsers.

Thanks.

I’m getting it on any browser. Seems to happen when the site width is closer to full width I attached screenshots of safari and chrome.

Hi @mhkatz,

I see, in that case, please add this CSS to your headline element’s CSS

$el {
clear: both !important;
} 

Hope this helps.

That did not work. FWIW I’m using the classic headline because it displays better and pasted the code in the style tab.

Hello @mhkatz,

Then you can add the CSS in Style text box of classic headline element.

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.