Archived topic
How to add Word Spacing ??
3 replies · Started by Ajay on July 18, 2020
Hi,
I have installed GP premium and imported Marketer from site library. Everything is working fine but I want to add some space between two consecutive words(body text) of posts and pages.
So I added CSS body, button, input, select, textarea {word-spacing: .3em; } in additional CSS .
It worked at the time of preview but after publishing it. word spacing has gone. Tried much time but it did not work.
Please suggest to what CSS should I add and where ??
Thanks
Here is the link of my website.
Hi there,
try adding that CSS to the very top of your CSS code.
OMG, it worked.
Thanks David for quick reply :)
That means you have some broken code in your CSS.
Use the Direct Input option on this site to copy and past and test your CSS:
https://jigsaw.w3.org/css-validator/
It should show the things that need fixing.