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
- Forum
- JCE Editor
- Wrapping a list around an image
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
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
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)
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)
Just because you're not paranoid doesn't mean everybody isn't out to get you.
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)
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)
Just because you're not paranoid doesn't mean everybody isn't out to get you.
2 weeks ago
·
#112862
Hello Ryan,
Thanks, that 'll do for now.
I look further if there exists a CSS-hack for this.
Have a nice weekend.
Thanks, that 'll do for now.
I look further if there exists a CSS-hack for this.
Have a nice weekend.
Machtige arend
selected the reply #112860 as the answer for this post — 1 week ago
1 day ago
·
#112966
Hello Ryan,
Update: solved with the following css:
Best regards
Update: solved with the following css:
.com-content-article ol,
.com-content-article ul {
overflow: visible;
}
Best regards
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!