Home › Forums › Support › Left-side-images centered on smartphone-view This topic has 5 replies, 3 voices, and was last updated 3 years, 4 months ago by David. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts November 24, 2022 at 9:04 am #2431550 Anne-Barbara Hi, still one problem: On this site the small images with the star-people are on the left: https://hochsensibelsein.org/wP/hochsensibel-symptome/#Hochsensibel_Die_korperlichen_Symptome In the smartphone-view they are centered. What can I do to put them on the left side, too? Kind regards, Anne-Barbara November 24, 2022 at 12:10 pm #2431769 LeoStaff Customer Support Hi there, Try this CSS: @media (max-width: 768px) { .entry-content .alignleft { margin-left: 0; } } Adding CSS: https://docs.generatepress.com/article/adding-css/ Let me know if this helps 🙂 November 25, 2022 at 2:53 am #2432598 Anne-Barbara 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 November 25, 2022 at 4:41 am #2432806 DavidStaff Customer Support Hi there, you can add this CSS to keep them left aligned: .alignleft { float: left !important; margin-right: 1.5em !important; } November 25, 2022 at 8:03 am #2433382 Anne-Barbara Thank you, great! 🙂 Kind regards, Anne-Barbara November 25, 2022 at 8:25 am #2433425 DavidStaff Customer Support You’re welcome Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In