Results 1 to 5 of 5
  1. #1
    Join Date
    Nov 2007
    Posts
    18
    Plugin Contributions
    1

    Default CSS file specifics

    My problem can be seen in the attached picture.

    Basically I need to know what to change in my stylesheet.css to make the empty spaces above and below my logo disappear. Or alternatively the empty space between the upper NAV list and the logo, and then change the color for the empty space above my EZPages NAV and under my header/logo combo.

    I tried changing a few, but I need to know the CSS file to effectively edit this.

    Is it the #navEZPagesTop, or the Wrapper?

    and do I need to change Headerwrapper and/or body, because EZPages navbar is/ is not in body?
    Attached Images Attached Images  

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

    Default Re: CSS file specifics

    Its hard to advise what you need to change without a url, but generally that white space is caused by IE not liking empty div tags.

  3. #3
    Join Date
    Nov 2007
    Posts
    18
    Plugin Contributions
    1

    Default Re: CSS file specifics

    here's a link..

    http://www.ecuras.fi/zencart

    maybe it helps... now that I uploaded the files... the settings are screwed but the site should show up normally.
    meaning= no real accounts or shopping yet since the email settings aren't configured yet...
    Last edited by kairen; 30 Nov 2007 at 11:36 PM.

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

    Default Re: CSS file specifics

    Hi Kairen,

    In catalog\includes\templates\yourtemplate\common\tpl_header.php

    Just before
    PHP Code:
    <!--eof-branding display--> 
    Change
    PHP Code:
    <br class="clearBoth" /> 
    To
    PHP Code:
    <div class="clearBoth" /> 

  5. #5
    Join Date
    Nov 2007
    Posts
    18
    Plugin Contributions
    1

    Default Re: CSS file specifics

    thanks a lot.... though this just made the the background tile repeat behing logo and header images, I just need to make those a couple of pixels more

 

 

Similar Threads

  1. v151 CSS File Issue
    By sle39lvr in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 27 Sep 2013, 03:23 AM
  2. Changing a css file
    By watcherob in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 8 Dec 2010, 07:13 PM
  3. Default CSS Optmization - How do I change CSS File name in header of all pages?
    By Beama in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 7 Oct 2009, 09:50 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