OK, Can I get into my problems now?
First, Thanks to ANT for the great themes. I started with the ZJ_Silver_wide because I liked the wide "New Products" field. I then converted over to ZJ_Black because I was able to fit my logo better with it and still retain the wide center boxes.
Here's my site: http://www.majortek.com
Speaking of logo's. I am still not able to center my logo. I deleted my tagline because I found that it would drop down into the MainWrapper on lower resolution screens. I tried altering the float code:
#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
float:center;
This centered my logo, but it also centered my categories VERTICALLY. I tried separating the line to this:
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
# logo, float:center;
Nothing.
Here's another centering problem... Before I had my main page open with categories, I entered the following code to center my tagline in the body:
H1 {font-size;1.4em; color#33333;}
#indexDefaultHeading {text align: center;}
Once I switched over it slid to the left. WTF? I can modify the following CSS from left to center and it works, But it also centers all text on the page.
#mainWrapper {
background-color:#FFFFFF;
border:1px solid #000000;
text-align: center;
vertical-align:top;
width:90%;}
And yet another centering problem:
For some reason my Authorize.Net validation icon isn't centering in Firefox, Safari or Google Chrome, but it does fine in Missy (MSIE), but the rest of my icons are doing just fine. I entered the following code to the bottom of my CSS:
.AuthorizeContent {
float: center;
margin-left: 2em;
padding: 1em; }
Nada. It just looks so out of place!
For the person that solves these three problems, there is a $20 bill available via PayPal. Seriously.
Thanks again.
mW
Bookmarks