Product description text going out of mobile screen

Solved

Product description text going out of mobile screen

Axolotl-Labs
Visitor
2 0 2

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

error.png

Accepted Solution (1)

Made4uo-Ribe
Shopify Partner
10184 2417 3060

This is an accepted solution.

Hi @Axolotl-Labs 

Check this one. 

  1. From you Admin page, go to Online Store > Themes
  1. Select the theme you want to edit
  2. Under the Asset folder, open the main.css(base.css, style.css or theme.css)
  3. Then place the code below at the very bottom of the file.

 

.product__description.rte span {
    overflow: hidden;
    white-space: normal;
}

 

  • And Save. 
  • Result:
  • Made4uoRibe_0-1721077242908.png

     

 

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.

View solution in original post

Replies 2 (2)

Made4uo-Ribe
Shopify Partner
10184 2417 3060

This is an accepted solution.

Hi @Axolotl-Labs 

Check this one. 

  1. From you Admin page, go to Online Store > Themes
  1. Select the theme you want to edit
  2. Under the Asset folder, open the main.css(base.css, style.css or theme.css)
  3. Then place the code below at the very bottom of the file.

 

.product__description.rte span {
    overflow: hidden;
    white-space: normal;
}

 

  • And Save. 
  • Result:
  • Made4uoRibe_0-1721077242908.png

     

 

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.
Axolotl-Labs
Visitor
2 0 2

Huge thanks mate, it worked!!!! Thanks for the rapid answer too 😄