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:
Views: 725
New Zenner
https://www.kidland.co.nz
can some one help remove the white space before left column?
where should I remend my css?:smile:
Totally Zenned
adjust the following in your stylesheet
#navColumnOneWrapper, #navColumnTwoWrapper {
margin-left: 0.5em;
margin-right: 0.5em;
}
Black Belt
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" />
New Zenner
Thanks!
how to remove that? I don't want to display it.
Black Belt
/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.
Tell staff why this post should be reviewed.