Okay, I'm really frustrated with this and a couple more items I can't seem to get to work.
#1. I cannot get my logo/heading to center on the site
http://lisleusedbooks.com
I have made the following changes to my stylesheet.css in my custom template css folder.
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg
{float: left;}
#logo {text-align: center;
}
However, my logo/heading is still aligned left. I made the following additional changes in an attempt to center the logo and remove the white in heading block.
#headerWrapper{
background-color: ##9B6733;
text-align: center;
width: 100%;
vertical-align: top;
}
#logoWrapper {
width:725px;
height:144px;
background-image:url(../images/header_bg.jpg);
background-repeat:no-repeat;
background-position: center
background-color: #ECD8B3;
}
Still nothing moves.
What do I need to correct in order to get my heading in the center and the area behind the header to be a dark brown color.
#2. The centerboxheading background is a dark color, therefore, I would like the text to be either white or yellow but cannot find a place to correct it in the stylesheet.
#3. The "Welcome Guest" line is okay but would like to unbold the text and center it. Cannot locate a place to make these corrections either.
Can anyone explain what files and how to make the changes.
Thanks