Site logo

Archived topic

picture not round on mobile

5 replies · Started by Mark on October 27, 2021

Viewing posts 1–6 of 6

I have a GP site at quin-wezeman.online.

On the Desktop, the picture on the homepage is round (I have used border-radius 50%.

However, on mobile the picture is oblong. Do I need to do something extra (like adding some CSS) to make the picture round on mobile as well as the desktop?

Thanks

Mark

Hi Mark,

Give this CSS a try:

.elementor-725 .elementor-element.elementor-element-afd55a1 img {
    width: auto;
    height: auto;
}

Ying,

Thanks for getting back to me. I put that CSS code in the "Additional CSS" in the customizer, but the headshot still comes out oblong on portrait mode on my iPhone (it looks right when I rotate the phone to landscape mode though.)

Mark

Hum..I don't see the CSS has been added to your site yet, can you make sure cache is cleared?

Let me know :)

Ying,

Thanks! I must have forgot to save something. Works fine now.

Mark

No problem :)

This archived topic is closed to new replies.