Re: Removing pedding/margin image with text

Solved

Removing pedding/margin image with text

Vlavlip
Excursionist
49 0 8

Hi!

 

 

I need to remove the margins at a 'image with text' block:

Theme: dawn 

 

Would really appreciate the help!!

Thank you!

 

This is a screenshot of the margins (in purple) that I would like to get removed!

Screenshot 2024-05-06 at 15.04.04.png

Accepted Solutions (2)
Made4uo-Ribe
Shopify Partner
9875 2353 2950

This is an accepted solution.

No worries, it okay. check this one out. 

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:

 

.page-width {
    padding: 0;
}

 

And Save. 

Result:

Made4uoRibe_0-1715006839088.png

 

 

 

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

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

View solution in original post

PageFly-Noah
Shopify Partner
1317 233 280

This is an accepted solution.

This is Noah from PageFly - Shopify Page Builder App

 

Please add code here to fix it:

Step 1: Online Stores > Themes > Edit code

Step 2: Choose file theme.liquid
Step 3: Add code above the tag </body

 

<style>
   .page-width{
       max-width: 100% !important;
       padding: 0px !important;
    }

</style>

 

Hope my solution will help you resolve the issue.

 

Best regards,

Noah | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Replies 8 (8)
Vlavlip
Excursionist
49 0 8

Thank you. makes it smaller but not gone yet!

Screenshot 2024-05-06 at 15.21.17.png

Made4uo-Ribe
Shopify Partner
9875 2353 2950

HI @Vlavlip 

i cant find this image with text section in your store. Would you mind to share the preview? Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Vlavlip
Excursionist
49 0 8
Made4uo-Ribe
Shopify Partner
9875 2353 2950

This is an accepted solution.

No worries, it okay. check this one out. 

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:

 

.page-width {
    padding: 0;
}

 

And Save. 

Result:

Made4uoRibe_0-1715006839088.png

 

 

 

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

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Vlavlip
Excursionist
49 0 8

Thank you very much!

PageFly-Noah
Shopify Partner
1317 233 280

This is an accepted solution.

This is Noah from PageFly - Shopify Page Builder App

 

Please add code here to fix it:

Step 1: Online Stores > Themes > Edit code

Step 2: Choose file theme.liquid
Step 3: Add code above the tag </body

 

<style>
   .page-width{
       max-width: 100% !important;
       padding: 0px !important;
    }

</style>

 

Hope my solution will help you resolve the issue.

 

Best regards,

Noah | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

Vlavlip
Excursionist
49 0 8

Thank you very much

PageFly-Noah
Shopify Partner
1317 233 280

@Vlavlip  Thank you, Have a nice day !

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.