Unable to fix overlapping image with in a homepage

Hi Dev Community,

I am facing a problem while adjusting div image. The image is overlapping on other image on both mobile and desktop version. I want image to be fixed on within its container. Can anyone help me in this regards? I had also highlighted this area in the below mentioned image for better problem understanding.

Page URL: https://r71xgz73pvwxk1eo-61554688170.shopifypreview.com/
Theme: Kalles v4.2.2

1 Like

Go to the online store > Themes > Edit code > Open theme.liquid, add this below code after element


Hi @usmekhan91

Check this one.

From your Shopify admin dashboard, click on “Online Store” and then “Themes”.

Find the theme that you want to edit and click on “Actions” and then “Edit code”.

In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

section#shopify-section-template--16230292029610__2c039c29-e968-4441-aee5-4fab68064d70 .t4s-row {
margin-top: 0px !important;
}

And Save.

Result:

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!