How can I remove extra image spacing without disturbing page layout?

Solved

How can I remove extra image spacing without disturbing page layout?

usmekhan91
Shopify Partner
41 0 9

Hi Community,

I am facing problem for extra spacing on left and top of the image. when i am removing space it is disturbing whole page spacing. can any one help me how to fix this problem?

usmekhan91_0-1699680953546.png

 

Accepted Solution (1)
Moeed
Shopify Partner
5986 1623 1933

This is an accepted solution.

Hey @usmekhan91 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.t4s-col-img.t4s-col-item.t4s-col-lg-6.t4s-col-md-6.t4s-col-12.t4s-order-md-1.t4s-order-1.t4s-image-text-layout-carousel.t4s-image-text-col-img-left {
    margin: 0 !important;
    padding: 0 !important;
}
section#shopify-section-template--16230292029610__2c039c29-e968-4441-aee5-4fab68064d70 .t4s-container {
    padding: 0 !important;
}
</style>

RESULT:

Moeed_0-1699687469662.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Replies 3 (3)

Moeed
Shopify Partner
5986 1623 1933

Hey @usmekhan91 

 

Could you please provide your Store URL and, if applicable, the Password too? Your cooperation is greatly appreciated!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


usmekhan91
Shopify Partner
41 0 9
Moeed
Shopify Partner
5986 1623 1933

This is an accepted solution.

Hey @usmekhan91 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.t4s-col-img.t4s-col-item.t4s-col-lg-6.t4s-col-md-6.t4s-col-12.t4s-order-md-1.t4s-order-1.t4s-image-text-layout-carousel.t4s-image-text-col-img-left {
    margin: 0 !important;
    padding: 0 !important;
}
section#shopify-section-template--16230292029610__2c039c29-e968-4441-aee5-4fab68064d70 .t4s-container {
    padding: 0 !important;
}
</style>

RESULT:

Moeed_0-1699687469662.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications