-
Avadhut
Hi,
I want to know how to keep words in the same line/ justify and not split like this https://ibb.co/NdpWyX3f in mobile view?
URL: https://innergpsgurus.com/clairvoyant-destiny-reading/
Thank you.
-
Alvind
Hi there,
Try adding this CSS:
@media (max-width: 768px) { #content .wp-block-list { margin-left: 1rem; } }Adding CSS: https://docs.generatepress.com/article/adding-css/
-
Avadhut
Hi,
I added the CSS in “Additional CSS” but, still the issue is here: https://ibb.co/XkJmfbjR
-
I think Alvind missunderstood your question, give this CSS a try instead:
#content * { overflow-wrap: break-word; } -
Avadhut
It didn’t work.
-
Which word does not work?
-
Avadhut
-
The examples you showed are treated as 1 word, not multiple words.
Try changing it to
Your Soul Nature (Creator / Healer / Leader / Warrior / etc.)
Same goes to the other one. -
Avadhut
Solved. Thank you. 😊🙏
-
You are welcome 🙂
Viewing 10 posts - 1 through 10 (of 10 total)
- You must be logged in to reply to this topic.