Hey Shirazdrum.. Thanks a lot.
I changed to “outline:none” and works very well.
Well, this is my client’s website. (I like Chrome or FF)
I am newbie to WP. I would like to understand how it works(:focus – thing)
Thanks again.
Hi, you need to change CSS (stylesheet.css)
I suggest to COPY and PASTE the CSS somewhere, before editing it.
1)To change the background color.
body {
background-color:#0f0f0f;
}
2)To center the website – There is a “margin:0” for the #page. Change it to the code below-
#page{
margin-left:auto;
margin-right:auto;
width:1000px
}
Good Luck
I am using IE9 too and can see a thin line in the middle of the website.
here is a screenshot link – http://db.tt/zCZnCXfQ
Thanks