Resolved

Text wrap not working for headings

Polestar Theme started by Focused Energy Nov 26, 2018 3 replies
Focused Energy Nov 26, 2018 · 5:13 pm #11015

Hi Support,

I’m having an issue using SiteOrigin PageBuilder within this theme where the heading text won’t wrap around my left aligned image. If I change the headings to normal paragraph text they will wrap around the image but with the heading formatting they act like a new paragraph line and fall directly under the image. I want the h2, h3 and h4 lines to wrap with my image and show up to the right of it. Link to an example of the issue below. I have checked that the image is set to align left so that the text can wrap and it is. In the visual editor, it shows up how I would expect it to when published but the front end is not showing it this way.

https://focusedenergy.work/team-page-draft/

Andrew Misplon Puro Nov 26, 2018 · 6:24 pm #11017

Hi, thanks for posting. I’ll look at this behavior for the next update. For the moment, please try adding the following to Customize > Additional CSS and let me know how it goes:

.site-content h1,
.site-content h2,
.site-content h3,
.site-content h4,
.site-content h5,
.site-content h6 {
	clear: none;
}

Thanks 🙂

Focused Energy Dec 12, 2018 · 8:03 pm #11128

That worked, thank you!

Andrew Misplon Puro Dec 12, 2018 · 8:13 pm #11129

Super, glad that helped. All the best.

4 posts