What's your biggest current challenge? Have your say in Community Polls along the right column.

Re: Remove padding around product container

How can I eliminate padding around my product container?

asherai_co
Tourist
7 0 2

Hello,

 

I've tried and tried to remove the padding around the product images and info but I just can't do it for some reason.

This is where I ended up:

asherai_co_0-1698872681045.png

and this is what I'm aiming for:

asherai_co_1-1698872712792.png

See how the image on the second screenshot starts from right up in the corner? That's what I'm trying to achieve.

 

Any help will be greatly appreciated.

Thanks in advance

 

Edit: website is "https://asherai.co" password is "shinem". Using Dawn theme version 12

Replies 5 (5)

Made4uo-Ribe
Shopify Partner
9118 2178 2688

Hi @asherai_co 

Do you mean like this?

Made4uoRibe_0-1698874355703.png

If its try 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#MainProduct-template--20029001400662__main, section#MainProduct-template--20029001400662__main .page-width {
    padding: 0px;
}
.product__info-wrapper.grid__item {
    padding-left: 5px;
}

 

  • And Save. 

 

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.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
asherai_co
Tourist
7 0 2

I used this and tweaked with my website's settings - it almost worked, it's just this tiny bit on the left that won't go away.

asherai_co_0-1698876402248.png

 

asherai_co
Tourist
7 0 2

I'm not sure if this code is optimized or correctly formatted or something, but this is what worked for me.

 

@media screen and (min-width: 750px) {
section#MainProduct-template--20029001400662__main, section#MainProduct-template--20029001400662__main .page-width {
padding: 0;
max-width: 1600rem;
}
media screen and (min-width: 750px) {
.product__info-wrapper.grid__item {
padding-left: 5px;
}
}
.product-info {
padding-top: 10px;
}
}
product__media-list.grid {
height: auto!important;
width: 100%important;
}

 

Made4uo-Ribe
Shopify Partner
9118 2178 2688

That is good then, The small margin is not visible on my side but in the mobile screen yes. So maybe its the same selector on the desktop that making problem also. Check this one. 

Same Instruction. 

 

@media screen and (max-width: 749px){
.grid--peek.slider .grid__item:first-of-type {
    margin-left: 0rem !important;
}
}
.grid--peek.slider .grid__item:first-of-type {
    margin-left: 0rem !important;
}

 

And Save. 

 

 

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.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.

PageFly-Oliver
Shopify Partner
878 190 184

Hi @asherai_co ,

 

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.liquid

Step 3: Paste the below code at the bottom of the file -> Save

 

<style>
#MainProduct-template--20029001400662__main{
padding:0 !important
}
</style>

 

 

Hope my solution works perfectly for you!

Best regards,

Oliver | 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.