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 
Hello There,
- In your Shopify Admin go to online store > themes > actions > edit code
- 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 
Hi @ZestardTech , I have not been able to solve this one yet :). Thanks for your help