Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / white space before left column

white space before left column

Views: 725

Results 1 to 5 of 5
6 Sep 2011, 9:43 PM
#1
yuhaiqi avatar

yuhaiqi

New Zenner

Join Date:
Sep 2011
Posts:
2
Plugin Contributions:
0

white space before left column

https://www.kidland.co.nz
can some one help remove the white space before left column?
where should I remend my css?:smile:

6 Sep 2011, 11:49 PM
#2
rbarbour avatar

rbarbour

Totally Zenned

Join Date:
Feb 2010
Posts:
2,159
Plugin Contributions:
10

Re: white space before left column

adjust the following in your stylesheet

#navColumnOneWrapper, #navColumnTwoWrapper {
    margin-left: 0.5em;
    margin-right: 0.5em;
    }
6 Sep 2011, 11:56 PM
#3
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: white space before left column

By the way, I notice "Powered by Youth Club" in your footer... this is a claim that Youth Club wrote the software that runs the site, which is false.```
<meta name="author" content="Kidland; Youth Club" />
<meta name="generator" content="shopping cart program by Youth Club;, http://www.kidland.co.nz" />

7 Sep 2011, 3:19 AM
#4
yuhaiqi avatar

yuhaiqi

New Zenner

Join Date:
Sep 2011
Posts:
2
Plugin Contributions:
0

Re: white space before left column

Thanks!
how to remove that? I don't want to display it.

10 Sep 2011, 3:14 PM
#5
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: white space before left column

/includes/languages/your_template/english.php

Line #15 : define('FOOTER_TEXT_BODY', 'Copyright © ' . date('Y') . ' <a href="' . zen_href_link(FILENAME_DEFAULT) . '" target="_blank">' . STORE_NAME . '</a>. Powered by <a href="http://www.zen-cart.com" target="_blank">Zen Cart</a>');

/includes/templates/your_template/common/html_header.php

Line #29 : <meta name="generator" content="shopping cart program by Zen Cart™, <http://www.zen-cart.com> eCommerce" />

These are the stock versions of those lines in the files indicated (replace your_template with the foldername of your template). They have apparently been edited by someone working for Youth Club.