Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1
    Join Date
    Jan 2009
    Location
    Queensland, Australia
    Posts
    117
    Plugin Contributions
    0

    Default small white line under my logo

    Hi, I have rearranged my cart heeps, and now I have a small white line, under the logo. I just cant see where to fix it. And also I made the background larger, and the dark grey links at the top as well. BUT drop down menu has stayed the same width. Where do I go to fix that also please. Thanks

    w.w.w.s t i t c h w i t h .m e

  2. #2
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,378
    Plugin Contributions
    9

    Default Re: small white line under my logo

    What version of ZC are you using?

    Also please post a link to your site.

    Frank

    www.frnt.org/zencart

  3. #3
    Join Date
    Jan 2009
    Location
    Queensland, Australia
    Posts
    117
    Plugin Contributions
    0

    Default Re: small white line under my logo

    Hi, I am using apple zen (help offline at present) and my link is w.w.w.s t i t c h w i t h .m e

  4. #4
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: small white line under my logo

    That white line is part of your header image.
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  5. #5
    Join Date
    Jan 2009
    Location
    Queensland, Australia
    Posts
    117
    Plugin Contributions
    0

    Default Re: small white line under my logo

    Thanks , that fixed the white line. Also have this problem --- I made the background larger, and the dark grey links at the top as well. BUT drop down menu has stayed the same width. Where do I go to fix that also please. Thanks

  6. #6
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: small white line under my logo

    Quote Originally Posted by Didee View Post
    Thanks , that fixed the white line. Also have this problem --- I made the background larger, and the dark grey links at the top as well. BUT drop down menu has stayed the same width. Where do I go to fix that also please. Thanks
    Di,
    Locate this:
    includes/templates/apple_zen/css/stylesheet_header_menu.css

    Find this:

    div#dropMenu li:hover {}
    /*div#dropMenu li.submenu {background: url(../images/dropmenu.gif) 95% 50% no-repeat;} */
    div#dropMenu li.submenu:hover {}
    div#dropMenu li a.noLine {border:none;}
    div#dropMenu>ul a {width: auto;z-index:1000;}
    div#dropMenu ul ul {display: none;}
    div#dropMenu ul ul li {border-bottom: 1px solid #CCC; width:12em;z-index:1000;}
    /*div#dropMenu li.submenu li.submenu {background: url(../images/submenu.gif) 95% 50% no-repeat;} */
    div#dropMenu ul.level1 li.submenu:hover ul.level2,
    div#dropMenu ul.level2 li.submenu:hover ul.level3,
    div#dropMenu ul.level3 li.submenu:hover ul.level4,
    div#dropMenu ul.level4 li.submenu:hover ul.level5,
    div#dropMenu ul.level5 li.submenu:hover ul.level6,
    div#dropMenu ul.level6 li.submenu:hover ul.level7,
    div#dropMenu ul.level7 li.submenu:hover ul.level8 {position: absolute; width: 12em;display:block;z-index:1000;}
    div#dropMenu ul.level2 {background:#4f4f4f;z-index:1000;position:absolute;left:0;}
    div#dropMenu ul.level3,
    div#dropMenu ul.level4,
    div#dropMenu ul.level5,
    div#dropMenu ul.level6,
    div#dropMenu ul.level7,
    div#dropMenu ul.level8{top: 0; left: 12em; background:#4f4f4f}
    div#dropMenu ul.level2 a {padding: 0.5em 0 0.5em 0.25em;color: white; text-transform:none;} /* this is text color on drop-down submenu */
    div#dropMenu ul.level2 a:hover {color:#4f4f4f;}


    1. the highlighted red font declarations (2) from above needs to be edited
    2. div#dropMenu ul ul li {border-bottom: 1px solid #CCC; width:12em;z-index:1000;}
    3. change to
    4. div#dropMenu ul ul li {border-bottom: 1px solid #CCC; width:13.2em;z-index:1000;backbround:#4f4f4f;}
    5. div#dropMenu ul.level8{top: 0; left: 12em; background:#4f4f4f}
    6. change to
    7. div#dropMenu ul.level8{top: 0; left: 13.2em; background:#4f4f4f;}

  7. #7
    Join Date
    Jan 2009
    Location
    Queensland, Australia
    Posts
    117
    Plugin Contributions
    0

    Default Re: small white line under my logo

    Thanks for that, there was actually 3 " 12em to change to 13.2" . thanks for that , all fixed now

  8. #8
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: small white line under my logo

    Yes,
    Looks sweet now,

    Just a minor fix....

    Search Box
    A. Change Box Size in Search Box
    1. includes/ templates/ override folder/ sideboxes/ tpl_search_header.php
    1. line 17
    2. width= 100 to 135
    3. line 19
    4. width = 100 to 135

  9. #9
    Join Date
    Jan 2009
    Location
    Queensland, Australia
    Posts
    117
    Plugin Contributions
    0

    Default Re: small white line under my logo

    thanks for that, but cant find that file.
    below is at includes/templates/applezen/sideboxes/tpl_search_header.php
    <?php
    /**
    * Side Box Template
    *
    * @package templateSystem
    * @copyright Copyright 2003-2006 Zen Cart Development Team
    * @copyright Portions Copyright 2003 osCommerce
    * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
    * @version $Id: tpl_search_header.php 4142 2006-08-15 04:32:54Z drbyte $
    */
    $content = "";
    $content .= zen_draw_form('quick_find_header', zen_href_link(FILENAME_ADVANCED_SEARCH_RESULT, '', 'NONSSL', false), 'get');
    $content .= zen_draw_hidden_field('main_page',FILENAME_ADVANCED_SEARCH_RESULT);
    $content .= zen_draw_hidden_field('search_in_description', '1') . zen_hide_session_id();

    if (strtolower(IMAGE_USE_CSS_BUTTONS) == 'yes') {
    $content .= zen_draw_input_field('keyword', '', 'size="6" maxlength="30" class="topSearch" style="width: 16%" value="' . HEADER_SEARCH_DEFAULT_TEXT . '" onfocus="if (this.value == \'' . HEADER_SEARCH_DEFAULT_TEXT . '\') this.value = \'\';" onblur="if (this.value == \'\') this.value = \'' . HEADER_SEARCH_DEFAULT_TEXT . '\';"') . '&nbsp;' . zen_image_submit (BUTTON_IMAGE_SEARCH,HEADER_SEARCH_BUTTON);
    } else {
    $content .= zen_draw_input_field('keyword', '', 'size="6" maxlength="30" class="topSearch" style="width: 16%" value="' . HEADER_SEARCH_DEFAULT_TEXT . '" onfocus="if (this.value == \'' . HEADER_SEARCH_DEFAULT_TEXT . '\') this.value = \'\';" onblur="if (this.value == \'\') this.value = \'' . HEADER_SEARCH_DEFAULT_TEXT . '\';"') . '&nbsp;' . zen_image_submit (BUTTON_IMAGE_SEARCH,HEADER_SEARCH_BUTTON);
    }

    $content .= "</form>";
    ?>

  10. #10
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: small white line under my logo

    Di,
    yes, applezen is your_template or override or custom folder

    1. notice the style="width: 16%"
    2. change 16 to 17 or 18
    3. of course in both places

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. White Space Under Logo
    By Jeff Finn in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 13 Jul 2009, 04:38 AM
  2. annoying white line under header and above nav
    By footieshirts in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 19 Mar 2009, 05:38 AM
  3. Annoying White Line under Header
    By honrheart in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 11 Aug 2008, 04:05 AM
  4. small white space under header
    By rocketrod in forum General Questions
    Replies: 7
    Last Post: 10 Dec 2007, 08:46 AM
  5. White space under the logo in i.e.
    By davidin in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 14 Jan 2007, 08:00 AM

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