On my site http://www.an-american-in-france.com/ I have a problem in the word spacing under the area "Did you Know?" at the top right. What is causing that weird spacing? Anyone know what the fix is?
Your text is justify so is forcing spacing between words: .left-title p, .right-title p { text-align: justify; font-size: 12px; } maybe you can try left alignment .left-title p, .right-title p { text-align: left; font-size: 12px; }
Thank you very much! That was the problem exactly! I should have posted this question earlier. Who knew I would get a correct response so quickly! +Rep