letricoteuse
Member
Posted 4 years ago #
My site was working fine. I didn't edit anything at all in the stylesheet. Then I refresh the page to see how my new entry looked and now the text in the sidebar is aligned in the centre. I have gone into the stylesheet editing page about 50 times and I cannot get it to go back to "justify" for the alignment.
And I need to learn to read .. (one sec)
I was looking at the wrong thing.
you are missing
text-align: left;
inside
#sidebar ul li {
margin:0.1em 0 0;
padding:0;
}
that fixes it for me in ie7.
letricoteuse
Member
Posted 4 years ago #
Thank you so much! That fixed it! :)