You need to be logged in to post in the forum - Log In

An active JCE Pro Subscription is required to post in the forum - Buy a Subscription

Support is currently Online

Official support hours
Monday to Friday
09:00 - 17:00 Europe/London (BST)

#112859 Wrapping a list around an image

Posted in ‘Editor’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Latest post by Luk on Thursday, 02 February 2023 10:32 GMT

Luk
Hello Ryan,

Do you have a solution or a suggestion how I could wrap an ordered (or unordered) list around an image ?
The image is aligned left and the list is right next the image but longer then the image.
Is it possible to have the rest of the list beneath the image, so wrapping around the image ?
See here

Thanks

Ryan
I don't think it is possible to wrap a list.

One solution, which seemed to work when I tried it on your site editing the HTML with the browser inspector, is to create 2 lists, the first with 3 items and the second with 6. This seems to wrap OK with the image, and displays fine when the page is resized (for mobile devices)

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.

Luk
Hello Ryan,

Thanks, that 'll do for now.
I look further if there exists a CSS-hack for this.
Have a nice weekend.

Luk
Hello Ryan, Update: solved with the following css:


.com-content-article ol, 
.com-content-article ul {
    overflow: visible;
}
Best regards