Results 1 to 5 of 5
  1. #1
    Join Date
    Sep 2011
    Posts
    2
    Plugin Contributions
    0

    Default white space before left column

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

  2. #2
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: white space before left column

    adjust the following in your stylesheet

    Code:
    #navColumnOneWrapper, #navColumnTwoWrapper {
        margin-left: 0.5em;
        margin-right: 0.5em;
        }

  3. #3
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default 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.
    Code:
    <meta name="author" content="Kidland; Youth Club" />
    <meta name="generator" content="shopping cart program by Youth Club;, http://www.kidland.co.nz" />
    You can be the author of the site's content, but you did NOT create the program.

  4. #4
    Join Date
    Sep 2011
    Posts
    2
    Plugin Contributions
    0

    Default Re: white space before left column

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

  5. #5
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: white space before left column

    /includes/languages/your_template/english.php

    Line #15 : define('FOOTER_TEXT_BODY', 'Copyright &copy; ' . 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&trade;, 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.

 

 

Similar Threads

  1. Space between left layout column and right content column
    By eazy in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 21 Mar 2013, 02:16 AM
  2. Removing white space in left column
    By DivaVocals in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 18 Jan 2009, 06:08 AM
  3. White Space....I Know Another White Space Issue...Cant Get Rid Of It
    By enchantedlingerie in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 18 Apr 2007, 03:05 PM
  4. White Space above left sidebox
    By jordymacsmom in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 21 Jun 2006, 07:31 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg