Shape 5

Joomla Templates => Emma Smooth - Club => : jjsmulo October 01, 2009, 10:00:18 AM



: Text Indenting
: jjsmulo October 01, 2009, 10:00:18 AM
The text is indenting automatically for everything except for what is formatted as H1 or H3. How can I get everything to left justify? (e.g. http://www.climaxracingproducts.com/racing/brakes (http://www.climaxracingproducts.com/racing/brakes)

Thanks.


: Re: Text Indenting
: mikek October 01, 2009, 10:36:26 AM
Hello, the template puts padding on paragraphs. If you add the following to the bottom of the template's template_css.css file it should clear it up:

p {
padding-left:0px;
}


: Re: Text Indenting
: jjsmulo October 01, 2009, 06:01:22 PM
Worked perfect, thanks.