How do i remove side margins on Image with text section for taste theme.

Solved

How do i remove side margins on Image with text section for taste theme.

MitchellBrown55
Tourist
5 0 0

Hi there,

 

How do I remove the side margins in dark grey in the "Image with text" section. I am using the taste theme. It is the first section that comes up. With the text "Welcome to the future of ..." Any help is appreciated.

URL: https://siriusgrooming.com/

 

Otherwise if unable to find the margins scribbled in green. How do i remove them.Screenshot 2023-11-28 at 9.10.43 pm.png

 

 

Accepted Solution (1)

websensepro
Shopify Partner
1879 224 267

This is an accepted solution.

Go to Online Store
2) Edit Code
3) Find styles.css.liquid file

4) Add the following code in the bottom 

.image-with-text.image-with-text--no-overlap.page-width.isolate.collapse-corners.section-template--21278691164473__6c3eecc6-723e-48ef-b3eb-53d91b1f4520-padding {
    padding: 0px !important;
}

 

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

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP

View solution in original post

Replies 3 (3)

websensepro
Shopify Partner
1879 224 267

This is an accepted solution.

Go to Online Store
2) Edit Code
3) Find styles.css.liquid file

4) Add the following code in the bottom 

.image-with-text.image-with-text--no-overlap.page-width.isolate.collapse-corners.section-template--21278691164473__6c3eecc6-723e-48ef-b3eb-53d91b1f4520-padding {
    padding: 0px !important;
}

 

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

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP
MitchellBrown55
Tourist
5 0 0

Hi, Thanks for the response. I can't seem to find where to enter the code. As I do not have a styles.css.liquid file.

 

Appreciate the help

MitchellBrown55
Tourist
5 0 0

Solved. Appreciate the Help