Different Part of Picture in Mobile Version

Hello,
On my landing page I have a picture of a laughing person, but the face on the left side of the picture. I n the mobile version, I would like to have this left part of the picture.

Hi There,

Is this your website(under the secure note)?

I couldn’t find the section you mentioned.

Thank you.

Yes, it’s correct and I’m writing about the first page called “home”, and the first section there. Thank you

Hi There,

Please add the my-section to your section:

After that add this custom CSS under Theme Options > CSS:

@media (max-width: 767px){
     .my-section {
         background-position: -500px center !important;
     }
}

Hope it helps :slight_smile:

Yes that was exactly what I was looking for. Thank you very much. Amazing support

You’re welcome!
Thanks for letting us know that it has worked for you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.