The spacing for the text on my home page, for mobile, is a little too wide. If someone could help me make it smaller that would be great!
The theme is dawn. I attached a photo too.
Request: reduce overly wide text spacing on the mobile home page in the Dawn theme.
Context and assets:
Proposed fix (CSS customization):
Outcome:
Status:
The spacing for the text on my home page, for mobile, is a little too wide. If someone could help me make it smaller that would be great!
The theme is dawn. I attached a photo too.
@nk1993 - can you please share the screenshot of that section and your website link?
Hi @nk1993
Would you mind to share your Store URL website? with password if its protected. Thanks!
WEBSITE LINK: LB SISTAS (lbsistasllc.com)
STORE URL (its not protected w/ password): LB SISTAS (lbsistasllc.com)
Thannk you for the information. Try this one.
@media only screen and (max-width: 749px){
.image-with-text__text.rte.body p {
letter-spacing: 0.0rem !important;
}
}
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
@nk1993 - Good morning, I think you have implemented the solution given below, please do let me know if you need any other update.