Site logo

Archived topic

Left-side-images centered on smartphone-view

5 replies · Started by Anne-Barbara on November 24, 2022

Viewing posts 1–6 of 6

Thank you, now the images are on the left side! But still one thing: The text is under the image and not beside, it doesn't flow around the image. Can you please help me with this?

Kind regards,
Anne-Barbara

Hi there,

you can add this CSS to keep them left aligned:


.alignleft {
    float: left !important;
    margin-right: 1.5em !important;
}

Thank you, great! :-) Kind regards, Anne-Barbara

You're welcome

This archived topic is closed to new replies.