Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / How to fix my mess up footer? Thanks.

How to fix my mess up footer? Thanks.

Views: 687

Results 1 to 6 of 6
27 Sep 2011, 2:09 PM
#1
mdivk avatar

mdivk

Zen Follower

Join Date:
Sep 2011
Location:
Toronto, Ontario, Canada
Posts:
290
Plugin Contributions:
0

How to fix my mess up footer? Thanks.

For unknown reason, my footer suddenly went wild:

http://www.xiexianhui.com/food

The copyright info went up into the footer menu.:no::no::no:

What causes this from happening? How do I fix it? Thank you very much.

27 Sep 2011, 3:07 PM
#2
bobdog avatar

bobdog

Totally Zenned

Join Date:
Mar 2006
Location:
Fresno, California
Posts:
590
Plugin Contributions:
0

Re: How to fix my mess up footer? Thanks.

in the stylesheet_footer_menu, find this:

#siteinfoLegal

change this:
margin-top: -20px;

Change to 0, delete, or adjust to taste. But that's what moving it up.

27 Sep 2011, 3:10 PM
#3
bobdog avatar

bobdog

Totally Zenned

Join Date:
Mar 2006
Location:
Fresno, California
Posts:
590
Plugin Contributions:
0

Re: How to fix my mess up footer? Thanks.

And then use the firefox browser with this add-on:

https://addons.mozilla.org/en-US/firefox/addon/web-developer/

It helps you find the css styles and you can edit and play with it before actually making the changes. :clap:

27 Sep 2011, 3:41 PM
#4
dgent avatar

dgent

Totally Zenned

Join Date:
Nov 2009
Location:
UK
Posts:
1,117
Plugin Contributions:
0

Re: How to fix my mess up footer? Thanks.

bobdog:

And then use the firefox browser with this add-on:

https://addons.mozilla.org/en-US/firefox/addon/web-developer/

It helps you find the css styles and you can edit and play with it before actually making the changes. :clap:

You can do this in Chrome as standard too

27 Sep 2011, 5:55 PM
#5
mdivk avatar

mdivk

Zen Follower

Join Date:
Sep 2011
Location:
Toronto, Ontario, Canada
Posts:
290
Plugin Contributions:
0

Re: How to fix my mess up footer? Thanks.

bobdog:

And then use the firefox browser with this add-on:

https://addons.mozilla.org/en-US/firefox/addon/web-developer/

It helps you find the css styles and you can edit and play with it before actually making the changes. :clap:

Thank you very much, that fixed the problem.

BTW: how do I update css using the addon? will the actual css file be updated? on the left panel when I view css using that addon, it shows only:
body, td, th { font-size: 12px !important; }

Thank you.

27 Sep 2011, 5:55 PM
#6
mdivk avatar

mdivk

Zen Follower

Join Date:
Sep 2011
Location:
Toronto, Ontario, Canada
Posts:
290
Plugin Contributions:
0

Re: How to fix my mess up footer? Thanks.

dgent:

You can do this in Chrome as standard too

Thank you.