Text spacing on Dawn theme mobile

Solved

Text spacing on Dawn theme mobile

Not applicable

I am trying to find a solution to spread the text on the mobile view only on Dawn theme. Right now the writing throughout the entire site on mobile is narrow and condensed in the middle. Thank you. 

Accepted Solution (1)

goldi07
Navigator
364 38 69

This is an accepted solution.

Hello @Anonymous 

 

To fix the narrow/condensed text issue on mobile in the Dawn theme, you'll need to adjust the padding or max-width applied to text containers only on small screens. This issue usually comes from max-width constraints or padding in .page-width, .rich-text, or .section classes.

 

Here's a quick fix via custom CSS:
1. Go to Online Store > Themes > Customize.

2. Click the “three dots” > Edit code.

3. Open the base.css or theme.css file under assets/.

4. Scroll to the bottom and paste the following:

@media screen and (max-width: 749px) {
  .page-width {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    max-width: 100% !important;
  }

  .rich-text__wrapper,
  .rich-text__blocks,
  .section {
    max-width: 100% !important;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    text-align: left;
  }

  h1, h2, h3, p {
    line-height: 1.6;
    letter-spacing: 0.02em;
  }
}

 

 

What this does:
. Removes narrow max-width restrictions on mobile.

. Adds gentle left/right padding to prevent text from hugging screen edges.

. Improves readability with adjusted line-height and letter-spacing.

 

Thank you 😊

Was I helpful?

Buy me a coffee


APPS BY US :

Professional Customer Accounts APP


Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me -Goldi184507@gmail.com - Skype: live:.cid.819bad8ddb52736c -Whatsapp: +919317950519
Checkout Some Free Sections Here

View solution in original post

Replies 4 (4)

Mustafa_Ali
Explorer
433 44 80

hey @Anonymous share the URLs of your website plz

goldi07
Navigator
364 38 69

This is an accepted solution.

Hello @Anonymous 

 

To fix the narrow/condensed text issue on mobile in the Dawn theme, you'll need to adjust the padding or max-width applied to text containers only on small screens. This issue usually comes from max-width constraints or padding in .page-width, .rich-text, or .section classes.

 

Here's a quick fix via custom CSS:
1. Go to Online Store > Themes > Customize.

2. Click the “three dots” > Edit code.

3. Open the base.css or theme.css file under assets/.

4. Scroll to the bottom and paste the following:

@media screen and (max-width: 749px) {
  .page-width {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    max-width: 100% !important;
  }

  .rich-text__wrapper,
  .rich-text__blocks,
  .section {
    max-width: 100% !important;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    text-align: left;
  }

  h1, h2, h3, p {
    line-height: 1.6;
    letter-spacing: 0.02em;
  }
}

 

 

What this does:
. Removes narrow max-width restrictions on mobile.

. Adds gentle left/right padding to prevent text from hugging screen edges.

. Improves readability with adjusted line-height and letter-spacing.

 

Thank you 😊

Was I helpful?

Buy me a coffee


APPS BY US :

Professional Customer Accounts APP


Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me -Goldi184507@gmail.com - Skype: live:.cid.819bad8ddb52736c -Whatsapp: +919317950519
Checkout Some Free Sections Here
Not applicable

Hi Goldi, 

 

Awesome that worked for the most part, thank you. But now after adding that code, on some of the titles I have, it moved it to 2 lines instead of keeping it all one line. Can that part be fixed?

websensepro
Shopify Partner
1953 234 285

Hello @Anonymous kindly share the URLs of your website.

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP