Fix or Move Product Description

Solved

Fix or Move Product Description

KimGottwald
Trailblazer
235 0 34

Hi everyone,

I’m having an issue with my store layout and was hoping someone could help. Currently, the product description overlaps with the "Add to Cart" button, which is not ideal. I’d like to either fix the position of the product description or move it further down so it doesn’t interfere.

My store URL is: aliudclothing.com

Does anyone have tips or suggestions on how to solve this? Thanks in advance! 😊

Best regards,
Kim

 

IMG_8828.PNG

Accepted Solution (1)

Moeed
Shopify Partner
6557 1780 2151

This is an accepted solution.

Hey @KimGottwald 

 

You just simply have to remove this code below which in added in your in theme.scss.css file in line number 4000 and then it should be good to go.

.product-single__description.rte {
    margin-top: -80px !important;
}

RESULT:

Moeed_0-1733738614634.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 2 (2)

Rahul_dhiman
Shopify Partner
702 139 144

Hello @KimGottwald 
Go to online store ----> themes ----> actions ----> edit code ---->theme.scss.css
add this code at the end of the file and save.

 

@media screen and (max-width: 480px) {
.product-single__description.rte {
margin-top: 0px !important;
}
}

 

result
51.png

If this was helpful, hit the like button and accept the solution.
Thanks

Was I helpful?

Buy me a coffee


Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me -rahul@prowebcoder.com - Skype: live:dhiman.639

Checkout Apps by me

Moeed
Shopify Partner
6557 1780 2151

This is an accepted solution.

Hey @KimGottwald 

 

You just simply have to remove this code below which in added in your in theme.scss.css file in line number 4000 and then it should be good to go.

.product-single__description.rte {
    margin-top: -80px !important;
}

RESULT:

Moeed_0-1733738614634.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