Results 1 to 7 of 7
  1. #1
    Join Date
    Mar 2011
    Location
    Williamstown, NJ
    Posts
    5
    Plugin Contributions
    0

    Default Where is this space coming from?

    Greetings all.

    I am new to Zen Cart (v1.3.9), and, to HTML and CSS for that matter. I have been reading and testing alot, but for the life of me I can't solve this one problem.

    There is a white horizontal gap between my logo and the EZPages (http://systems.lidosolutions.com). I have compared the tags in page source to the settings in stylesheet.css, and I can't figure out where the space is coming from.

    Any help and suggestions would be greatly appreciated.

    Regards,
    --John

  2. #2
    Join Date
    Apr 2006
    Location
    Ohio
    Posts
    6,068
    Plugin Contributions
    0

    Default Re: Where is this space coming from?

    John,
    Bad link to your website...
    Mark
    Hare Do - Does the rabbit beat Zen "never".
    Zen Cart 1.5.1 Update Release Need help Purchase the Book

  3. #3
    Join Date
    Mar 2011
    Location
    Williamstown, NJ
    Posts
    5
    Plugin Contributions
    0

    Default Re: Where is this space coming from?

    Sorry......http://systems.lidosolutions.com/zc

    Thanks for notice haredo!

  4. #4
    Join Date
    Apr 2006
    Location
    Ohio
    Posts
    6,068
    Plugin Contributions
    0

    Default Re: Where is this space coming from?

    John,
    Locate this:
    includes/templates/lidosolsys/css/stylesheet.css
    Find this:
    #headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
    background-color:#00ccff;
    margin:0;
    padding:0;
    }

    Change to this:
    #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
    margin:0;
    padding:0;}

    #headerWrapper {
    margin:0;
    padding:0;
    background-color: #00CCFF;
    }
    Mark
    Hare Do - Does the rabbit beat Zen "never".
    Zen Cart 1.5.1 Update Release Need help Purchase the Book

  5. #5
    Join Date
    Mar 2011
    Location
    Williamstown, NJ
    Posts
    5
    Plugin Contributions
    0

    Default Re: Where is this space coming from?

    Wow, thanks haredo. That's exactly what I wanted!! I see why it works, but I still don't know why the space was there in the first place. Can you explain to me why it was there? Is it because of the "<br class="clearBoth" />" at the end of the branding display?

    --John

  6. #6
    Join Date
    Mar 2011
    Location
    Williamstown, NJ
    Posts
    5
    Plugin Contributions
    0

    Default Re: Where is this space coming from?

    Quote Originally Posted by johnnyspo View Post
    Wow, thanks haredo. That's exactly what I wanted!! I see why it works, but I still don't know why the space was there in the first place. Can you explain to me why it was there? Is it because of the "<br class="clearBoth" />" at the end of the branding display?

    --John
    I copied tpl_header.php to my template and commented-out the line. That was it!! Thanks again for the help haredo!!!

  7. #7
    Join Date
    Apr 2006
    Location
    Ohio
    Posts
    6,068
    Plugin Contributions
    0

    Default Re: Where is this space coming from?

    John,
    You are most welcome, glad I could assist you..
    Mark
    Hare Do - Does the rabbit beat Zen "never".
    Zen Cart 1.5.1 Update Release Need help Purchase the Book

 

 

Similar Threads

  1. Where is this white space coming from?
    By Zarahemna in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 9 May 2009, 09:55 AM
  2. Help ! - where is this space coming from ?
    By AMC in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 8 Dec 2008, 07:32 PM
  3. Where is this coming from?
    By sifuhall in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 9 Oct 2008, 05:32 PM
  4. COMING SOON! Can it be done?
    By Jimbofoxman in forum Setting Up Categories, Products, Attributes
    Replies: 10
    Last Post: 30 Jun 2008, 09:16 PM

Bookmarks

Posting Permissions

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