View Single Post
Old 10-28-2015, 01:21 AM   #6
GrannyGrump
Obsessively Dedicated...
GrannyGrump ought to be getting tired of karma fortunes by now.GrannyGrump ought to be getting tired of karma fortunes by now.GrannyGrump ought to be getting tired of karma fortunes by now.GrannyGrump ought to be getting tired of karma fortunes by now.GrannyGrump ought to be getting tired of karma fortunes by now.GrannyGrump ought to be getting tired of karma fortunes by now.GrannyGrump ought to be getting tired of karma fortunes by now.GrannyGrump ought to be getting tired of karma fortunes by now.GrannyGrump ought to be getting tired of karma fortunes by now.GrannyGrump ought to be getting tired of karma fortunes by now.GrannyGrump ought to be getting tired of karma fortunes by now.
 
GrannyGrump's Avatar
 
Posts: 3,221
Karma: 35037583
Join Date: May 2011
Location: PA {back in the usa!}
Device: Sony PRS-T2, ADE on PC
@crankypants, I have seen this also, it seems that the DEFAULT for H1, h2, etc is LEFT-aligned.

I do the css like so:

h1 {text-indent: 0em; text-align: center; }
and then also include all the additional margin, padding, bold settings, etc.
I always include text-indent: 0em to prevent a slightly mis-aligned heading. (just in case)

Then you don't have to add that "style" tag to every header.
GrannyGrump is offline   Reply With Quote