Shopify themes, liquid, logos, and UX
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
Solved! Go to the solution
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:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
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
If this was helpful, hit the like button and accept the solution.
Thanks
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:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024