Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2009
    Posts
    24
    Plugin Contributions
    0

    Default Help with Template customisation

    Hi guys

    I have just started on my first template customisation, I have modiied that classic template it can be seen here

    There is a white box underneath the header, I can't figre out how to change it.

    I have looked in the css and can't see where it may be.

    Any ideas?

  2. #2
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,266
    Plugin Contributions
    3

    Default Re: Help with Template customisation

    The "white box" will appear in MSIE versions earlier than MSIE-8.

    This is because Microsoft refused to obey (comply with) many of the standards being set for CSS.

    Millions of people complained over the years and MS eventually ate humble pie and started to build their browser to incorporate the CSS standards.

    The trouble is that if you apply a "code fix" that corrects the problem for MSIE, you risk messing things up for other browsers.

    Before you try to correct this, you should look at the site in Firefox brower (which you should get anyway, because they have superb webmaster add-ons that make building your CSS and your site so much easier)

    You can try the following to force a fix by editing tpl_header.php (in the common folder of template_default) and commenting out (around line 90 - 94)

    HTML Code:
    <div class="clearBoth"></div>
    So you get

    HTML Code:
    <!-- <div class="clearBoth"></div> -->
    It may work for you...

    Bear in mind that later, if you want to use Banners in the header, you may need to re-activate the break.

    Also, I trust you are aware of the need to place the edited tpl_header.php into your CUSTOM OVERRIDE folder. It is not a good idea to overwrite the CORE file.
    20 years a Zencart User

  3. #3
    Join Date
    Oct 2009
    Location
    Netherlands - NB
    Posts
    146
    Plugin Contributions
    0

    Default Re: Help with Template customisation

    Hi,

    Downloading the Mozilla add-on Web Developer Toolkit will save your life, you will see all div's and css positions.

 

 

Similar Threads

  1. Template Customisation Issue
    By smcelligott in forum General Questions
    Replies: 10
    Last Post: 11 Feb 2010, 11:41 PM
  2. Template Issues and Customisation
    By hargz in forum Templates, Stylesheets, Page Layout
    Replies: 16
    Last Post: 7 Feb 2009, 05:18 PM
  3. Need help with customisation
    By sumo in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 30 Sep 2008, 01:06 PM
  4. Customisation of Layout of zen Cart Template
    By piyush38 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 5 Nov 2007, 04:02 PM
  5. Newbie Help :P With CSS and Homepage Customisation
    By mtsuvios in forum Templates, Stylesheets, Page Layout
    Replies: 14
    Last Post: 1 Sep 2007, 04:27 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