I am having the same problem. For some reason, all my post text is centered. The theme came like this, so it has a mistake.
I don’t know CSS super well, but I have been looking and looking, trying to figure out what is wrong and I just can’t.
Can anyone help me??
My blog: https://www.natural-menopause-relief.com/blog
There is not #content tag but the #body tag appears OK:
body {
font-family: ariel, helvetica, sans;
font-size: 62.5%;
color: #555;
text-align: left;
margin-top: 0px;
background: #F7F7F7 url(images/background.jpg) repeat-y center top;
}
/* The body * will remove all default browser styles */
body * {
margin: 0;
padding: 0;
text-decoration: none;
border: none;
color: #444;
list-style-type: none;
font-weight: normal;
text-align: left;
}
Thank you!!!! I’d appreciate any hint at all.
Lauren