Hello,
I would like to change the css for the title on every page since I am not satisified with how the words are positioned. Namely, this is my website http://mutisfinanceconference.com and as you can see the words MUTIS FINANCE are in the same row. I would like to change that so that each words goes into a separate row. ]
I have tried using custom css like
.site-title {word-spacing:1000;}
as advised here (http://stackoverflow.com/questions/4212909/can-css-force-a-line-break-after-each-word-in-an-element) but the solution doesn't seem to work.
Am I using the right selector for this element?
Thanks, mzm