hi,
i was using a Text-element where i entered an image and the text surrounding that image.
In that text, there is a list.
Unfortunatelly the dots of the list (li) are below that image, instead of next to the text.
Hey breezemedia,
I’m not sure what you are referring to exactly, could you post a screenshot of your problem please? You can upload to a service like dropbox or google drive and then link to it here.
Best regards,
Rikard
Well, check the link i’ve sent to you. With the screenshot in my dropbox i guess you’ll understand.
Hi,
Try this code in the General Styling > Quick CSS field:
.entry-content-wrapper ul {
list-style: disc inside!important; }
Best regards,
Mike
perfect. THANK YOU!