• Anybody know how to simply make the blog align left? It seems most or all themes are aligned to be centered and I would like my wordpress blog to be completely aligned to the left (including the header). I tried to align my header graphic in the header.php file to the left but it wouldn’t show up that way after uploading it. I looked through the style.css file and couldn’t find anything for aligning tables to the left. I figured out how to change fonts and colors but not how to align tables or to make the entire website align to the left of a browser page.

    HELP!

Viewing 2 replies - 1 through 2 (of 2 total)
  • 1. post a link to your site so we can see which theme you are using and what stylesheet definitions cause it to be centered.

    2. most of the time, you would see “margin : 0 auto;” and “text-align:center;” in the style.css and if you change them to “margin:0;” and “text-align:left;” you may be able to achieve what you want.

    don’t forget to change those attributes on every wrapping element (such as body, wrap, content… those being the most used tag names).

    Dianellys Morato / Gregg E Priest

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Simple: Align entire blog to the left (not center)??’ is closed to new replies.