Hi, and thanks! I appreciate your suggestion. There is a specific reason why that particular negative padding declaration is in there. My sidebar does not have a negative padding declaration or the background image thereof (for displaying the red background):
Sidebar CSS:
#sidebar {
float: right;
padding: 5px;
width: 190px;
font-size: 9pt;
color: #fff;
}
#sidebar a {
color: #999;
text-decoration: none;
}
#sidebar a:visited {
color: #999;
text-decoration: none;
}
#sidebar a:hover {
color: #6699ff;
text-decoration: underline;
}
#sidebar img {
border: 0;
margin: 0;
padding: 0;
}
Background image CSS:
#main {
position: relative;
width: 800px;
height: 100%;
left: 25px;
background-color: #fff;
background-image: url('https://allirense.com/sideback.gif'); background-repeat: repeat-y;
background-position: 100%;
}
To see the rest of the css, go here: https://allirense.com/testblog/wp-content/themes/hacdc/style.css