URL: www.missionenvironment.com/test CSS: www.missionenvironment.com/test/screen.css I use the p class="text" a lot on this page, except it does not seem to work in the Featured article box on the description. I want the text padded on the left 10px, but it is not working. You can see that it does work in the About us section. Any suggestions?
.content_box p, .content_box2 p padding:8px 0pt; Find that and change it to this: .content_box p, .content_box2 p padding:8px 0pt 0pt 10px; That is the quickest way but not the best. If you want a quick fix, try that.