Aha, your custom.css does not work. I thought you would change it in style.css, but you can repair the custom.css
/*-----attach body.custom to any style you add here-----*/
body.custom #container {
border: 1px solid #cccccc;}
body.custom ul.menu {
right: 10px;}
body.custom #rotating {
border-top: none;}
body.custom {
background: #444444;}
body.custom .homelink a {
color: #6655DD;}
body.custom .homelink a:hover {
color: #6655DD;}
body.custom .description {
color: #cccccc;}
body.custom ul.menu {
right: 10px;}
body.custom #rotating {
border-top: none;}
body.custom .widget {
background-color: #e3e4fa;}
Delete the
they are “spaces” made with the spacebar.
So this should be it:
/*-----attach body.custom to any style you add here-----*/
body.custom #container {
border: 1px solid #cccccc;}
body.custom ul.menu {
right: 10px;}
body.custom #rotating {
border-top: none;}
body.custom {
background: #444444;}
body.custom .homelink a {
color: #6655DD;}
body.custom .homelink a:hover {
color: #6655DD;}
body.custom .description {
color: #cccccc;}
body.custom ul.menu {
right: 10px;}
body.custom #rotating {
border-top: none;}
body.custom .widget {
background-color: #e3e4fa;}