 Groups: ProSeller
Joined: 1/15/2010 Posts: 83
|
I noticed today that the header in my store ( and some other stores that I checked out ) are not centered anymore but off to the left or right. I wanted to find out how many others are experiencing this problem and to find out if Zazzle is aware of it and working on it.
|
|
 Groups: Member
Joined: 10/10/2009 Posts: 1
|
I just visited my store after not logging on for a few days. My header is off to the far right. I was going nuts trying to figure out how to fix it. Good to know it's not just me. Hopefully Zazzle is looking into it.
|
|
 Groups: ProSeller
Joined: 3/11/2011 Posts: 299
|
Hi,
This is usually caused when you change the default body font size, line height etc. The Zazzle header is part of the body and so any small change will force the store header to get pushed down to the right of the screen.
Every store is customized differently and so the codes below are store specific but they might apply to any other store with the same issue.
To solve this problem you can try the following:
@FineArtBoutique,
Find the following code in the css section of your store:
/*------------------------------------------- | Change default text to Georgia ---------------------------------------------*/ body, td, p, textarea, input, .normalFontClass { font-family: Georgia; font-size: 14px;
line-height: 1.6em; }
body { font-family: Georgia; font-size: 14px;
line-height: 1.6em; }
And change/replace with the following code:
/*------------------------------------------- | Change default text to Georgia ---------------------------------------------*/ #mainShell, td, p, textarea, input, .normalFontClass { font-family: Georgia; font-size: 14px;
line-height: 1.6em; }
#mainShell { font-family: Georgia; font-size: 14px;
line-height: 1.6em; }
@Brandy Thomas,
Find the following code in the css section of your store:
/*------------------------------------------- | font/link colors ---------------------------------------------*/
body, td, p { color:#B498C4; font-size:14px; font-weight:bold; font-family:Trebuchet MS; background:url...
Then remove font-size:14px; from the code above. It should look like the following:
/*------------------------------------------- | font/link colors ---------------------------------------------*/
body, td, p { color:#B498C4; font-weight:bold; font-family:Trebuchet MS; background:url...
Finally, add this code anywhere below the first line in your css section. This will apply the font size to everything except the Zazzle header:
#mainShell{font-size:14px;}
Hope that helps.
|
|
 Groups: ProSeller
Joined: 1/15/2010 Posts: 83
|
Thanks M for posting and sharing. I haven't done anything new with the code on my store lately but something changed yesterday and the header is off center. I have also noticed it in some other shops as well. I believe it is effecting those that use the header image that is stored locally on Zazzle and doesn't seem to be effecting those that use an image hosted somewhere else. I thought Zazzle may be working on something and it will be resolved just wanted to make sure and find out how many others were having this problem.
|
|
 Groups: ProSeller
Joined: 3/11/2011 Posts: 299
|
@FineArtBoutique,
You're welcome. In any case it can be used as a temporary fix until Zazzle works it out.
|
|
 Groups: ProSeller
Joined: 1/15/2010 Posts: 83
|
Thanks M,I did give it a try and it worked in a sandbox type store with the same code but when I made the change to the main store it didn't change the position of the header. Since it has worked for many months and wasn't out of position and I haven't made any changes I think it must be something else being worked on perhaps by Zazzle.
I really appreciate your help and input I was going to check out your store but I don't see it. Is it hidden or private?
|
|
 Groups: ProSeller
Joined: 3/11/2011 Posts: 299
|
@FineArtBoutique,
No problem, if it remains the same and you need someone to take a look you can count on me, i'm always glad to help out when i can.
I don't actually have a store, i work more behind the scenes of Zazle stores on a shared account with other sellers.
|
|
 Groups: ProSeller
Joined: 3/11/2011 Posts: 299
|
@FineArtBoutique,
I just took another quick look at your store code and noticed you left in the following code:
body { font-family: Georgia; font-size: 14px;
line-height: 1.6em; }
If you remove that code completely it should work fine.
|
|
 Groups: ProSeller
Joined: 1/15/2010 Posts: 83
|
Thanks that worked.  ( I'm still not sure what happened that there was an issue with it all the sudden but appreciate your help very much. )
|
|
 Groups: ProSeller
Joined: 3/11/2011 Posts: 299
|
@FineArtBoutique,
Glad to hear it. I think Zazzle are trying out different layouts for the header and footer but either way the coding i gave you will not be affected.
|
|
 Groups: ProSeller
Joined: 11/27/2009 Posts: 25
|
My header is also aligned to the right when first viewed until you see the scroll bar on the bottom; if you scroll all the way there's empty black space(about 40%,which indicates the page width has increased about that much). So the header technically is 'centered' but on a much wider page which makes an awful first impression! If we could simply change the store header to 'align left' that would be a quick fix but the only choice is 'center'. I haven't touched any code and have never used the Advanced Beta settings, so it's certainly caused by a change made by Zazzle. I was so relieved to see these posts, at least I know my store isn't the only one affected! Any word yet if Zazzle is correcting the problem or adding instructions in the store appearance section of managing your store? Karen
|
|
 Groups: Member
Joined: 6/22/2010 Posts: 1 Location: Toronto
|
My header is all wonky too. I haven't touched any coding. Any idea how to fix this or do we wait for Zazzle to sort it out?
|
|
 Groups: Member
Joined: 8/25/2011 Posts: 1
|
I'm having the same problem. I haven't looked at my store page in over a week, and I haven't changed anything. I noticed the header is way off in Firefox, but in Chromium/Chrome it looks normal. I hope it gets resolved soon!
|
|
 Groups: ProSeller
Joined: 11/27/2009 Posts: 25
|
Zazzle has corrected the problem! My store looks normal again with a nicely aligned header visible immediately with no need to scroll across the page to see it. Thank you Zazzle.
|
|
|
Guest |