Prestige theme - increase width of text on mobile only (one line)

Hi team,

Hope you are well.
I’m wondering how I can increase the width of a single line of text on mobile only please.
It is on my “about us” page. The text does not need to be widened on desktop though because it is perfect.
See below:
https://leikenhair.com/pages/about-us

Store password = daoroh

mobile view:

desktop view (keep like this please):

Thanks so much for your help in advance :slightly_smiling_face:

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >theme.css and paste this at the bottom of the file:
@media screen and (max-width: 749px){
.PageContent.aboutus-1 h2 {
font-size: 15px;
letter-spacing: 0.1em;
}
}
1 Like

Hi @ZestardTech ,

Thanks so much for your response :). That made the text smaller. I would like to please keep the text the same size as it was before, just to make it a bit wider.

It does not have to be only on two lines. Just at least to be a bit wider than it is now because it looks a bit squashed right now.

Thanks so much for all your help :slightly_smiling_face:

Hi @ZestardTech , I have not been able to solve this one yet :). Thanks for your help