Focus of background image in mobile version

Hi there,

I added an image as the background of a rich text section (Was ist KP?). In the mobile version, I don’t like the focus of the image. How can I change that, I want to see only beige skin and not the dark brown?

https://taneraskin.com/

Best,

Isabelle

Hello @isabellemaria

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.

@media screen and (min-width: 750px){
.section-template--17904032514316__811dcafe-2424-4f44-b0d7-eed3a00159d4-padding {
    background-position: center;
}
}

This does not work… Could you have a look again?

Hello @isabellemaria

Could you please clarify for me again in detail what you would like?

Sure. Do you see the image I attached in the post? I want the picture to be displayed to see only beige skin and not the dark brown, and not a white line above the picture as it is now.