Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi, Im using Dawn theme. Im having some issues with the mobile display of the page, specifically in the description of each product, as the image shows text starts running to the right side of the screen, Ive tryed a lot of the solutions of similar problems that Ive found online but none of them worked for me. Does anyone know what I can do to fit the text in the screen?
Sorry for my bad english.
The page is axolotl-labs.com
Solved! Go to the solution
This is an accepted solution.
Check this one.
.product__description.rte span {
overflow: hidden;
white-space: normal;
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
This is an accepted solution.
Check this one.
.product__description.rte span {
overflow: hidden;
white-space: normal;
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Huge thanks mate, it worked!!!! Thanks for the rapid answer too 😄