Results 1 to 10 of 13

Hybrid View

  1. #1
    Join Date
    Jun 2007
    Posts
    167
    Plugin Contributions
    0

    help question 2 spacing issues

    Alrighty...

    My first issue is that under header I have approx 3 cm of white space that I want to get rid of. To see it place your mouse in the header area, left click and drag down. You will see a small blue area on the right... I want that to go away.

    Second issue is the opposite... the top "search" side box is touching the EZ page info bar (or whatever its called). I would like to add some space there!

    Any help is much appreciated! Thanks! PGT

    http://www.PastGenerationToys.com

  2. #2
    Join Date
    Sep 2007
    Posts
    219
    Plugin Contributions
    0

    Default Re: 2 spacing issues

    Hi PGT,

    First of all I don't understand why you have two main stylesheets? Could you not merge these into one, it would make things simpler... Well for me anyway

    Anyway to your issues.

    First of all the space is being caused by the following in catalog\includes\templates\yourtemplate\common\tpl_header.php, obviously this is taken from the page source but you should be able to see the php code you need to remove

    <div id="logo"><a href="http://www.pastgenerationtoys.com/"><img src="includes/templates/pastgen/images/logo.gif" alt="" width="10" height="10" /></a></div>

    <br class="clearBoth" />
    Explanation
    The image doesn't exist so IE in its wisdom is holding onto the space where it should be. As you have no left or right floats to clear (as you have already cleared them a few lines above) you don't need the clearboth or the line return so these can be removed as well.

    The second issue is easier, to add a margin (space) to the top of that column simply add the following to your stylesheet.

    #navColumnTwoWrapper {
    margin-top:0.5em;
    }
    And I think that should about do it

  3. #3
    Join Date
    Jun 2007
    Posts
    167
    Plugin Contributions
    0

    Default Re: 2 spacing issues

    Rufus,

    Thanks!!

    Issue 2 is no more! Issue one... I went the tpl _header.php file and the following code was not present:

    <div id="logo"><a href="http://www.pastgenerationtoys.com/"><img src="includes/templates/pastgen/images/logo.gif" alt="" width="10" height="10" /></a></div>

    <br class="clearBoth" />

    Could it be a different file?




    (catalog\includes\templates\yourtemplate\common\tpl _header.php)

  4. #4
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: 2 spacing issues

    The poster stated that this was taken from the source and this has been parsed to be your url ..

    Did you see the <div id="logo" ???

    Then it is that and the php code after that all the way to and including the clearBoth


    Code:
    <div id="logo"><a href="XXXXXXXXX XXX XxXX XXXXX XXXXX"><img src="xxxxxxxx/xxxxxx/xxxxx" alt="" width="10" height="10" /></a></div>
    
    <br class="clearBoth" />

  5. #5
    Join Date
    Jun 2007
    Posts
    167
    Plugin Contributions
    0

    Default Re: 2 spacing issues

    No, div id="logo" nor height or any thing else was found in that file. Thats what i was trying to get across. What file should I be looking for?

  6. #6
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: 2 spacing issues

    What file should I be looking for?
    uoted from rufus
    First of all the space is being caused by the following in catalog\includes\templates\yourtemplate\common\tpl _header.php

 

 

Similar Threads

  1. Attribute Controller Spacing Issues
    By wiccan0974 in forum General Questions
    Replies: 1
    Last Post: 31 Oct 2011, 11:37 PM
  2. Category height spacing issues
    By vanettda in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 31 Dec 2009, 05:33 AM
  3. Cart Items Spacing Issues
    By UranusApparel in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 31 Mar 2009, 11:39 PM
  4. Spacing issues in different browsers.
    By Orchard_Direct in forum Templates, Stylesheets, Page Layout
    Replies: 25
    Last Post: 12 Feb 2008, 11:02 PM
  5. Font size, spacing issues
    By toriapilar in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 4 Oct 2007, 05:36 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