www.kidland.co.nz
can some one help remove the white space before left column?
where should I remend my css?![]()
www.kidland.co.nz
can some one help remove the white space before left column?
where should I remend my css?![]()
adjust the following in your stylesheet
Code:#navColumnOneWrapper, #navColumnTwoWrapper { margin-left: 0.5em; margin-right: 0.5em; }
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.You can be the author of the site's content, but you did NOT create the program.Code:<meta name="author" content="Kidland; Youth Club" /> <meta name="generator" content="shopping cart program by Youth Club;, http://www.kidland.co.nz" />
Thanks!
how to remove that? I don't want to display it.
/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.