Shopify themes, liquid, logos, and UX
Hello!
I noticed that my product description is being cut.
Please see the attached picture.
Thanks!
Store: inyathisa.com
Solved! Go to the solution
This is an accepted solution.
This is because you have this code added to your assets/base.css:
.product__title {
position: absolute;
left: 22%;
bottom: 93%;
}
Because you have absolute positioning and bottom is set, longer titles will grow up and under the header.
I'd totally remove this.
This is an accepted solution.
This is because you have this code added to your assets/base.css:
.product__title {
position: absolute;
left: 22%;
bottom: 93%;
}
Because you have absolute positioning and bottom is set, longer titles will grow up and under the header.
I'd totally remove this.
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025