Hi
This is now resolved.
It was my statcounter <div> pointing it to the center.
Resolved.
Thank you for assisting me.
The site is: http://www.actorexpo.co.uk/blog
I opened header.php and the div class reads as follows:
<div class=”padder”>
I went to the RTL Stylesheet and looked up “padder”
this is the code:
div#content .padder {
margin-left: 225px;
margin-right: 0;
border-left: 1px solid #e4e4e4;
border-right: 0;
-moz-border-radius-topright: 6px;
-moz-border-radius-topleft: 0;
-webkit-border-top-right-radius: 6px;
-webkit-border-top-left-radius: 0;
-moz-border-radius-bottomright: 6px;
-moz-border-radius-bottomleft: 0;
-webkit-border-bottom-right-radius: 6px;
-webkit-border-bottom-left-radius: 0;
}
div#content .left-menu {
float: right;
}
div#content .main-column {
margin-right: 190px;
margin-left: 0;
}
Is there something in here that is making all my text align in the center?
Is it the margins??
Thank you