Results 1 to 5 of 5
  1. #1

    Default Why is header on three lines?

    HI,
    if you look at my page www.curvesandcorsets.com/catalog you will see that the header wrapper is on three lines. If you add something to the cart it then goes to 4 lines.

    Is there anyway to make it just one line?
    Thanks,
    John

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

    Default Re: Why is header on three lines?

    It appears that you have edited a copy of tpl_header.php and have closed #navmainWrapper too early
    Probably and extra </div> in there

    Added

    Actually this highlighted might be an issue in your stylesheet
    Code:
    #navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
    	margin: 0em;
    	background-color: #ff73ff;
    	font-weight: bold;
    	color: #ffffff;
    	height: 1%;
    	width: 980px%;
    	}
    Last edited by kobra; 18 Jun 2011 at 05:40 PM.
    Zen-Venom Get Bitten

  3. #3

    Default Re: Why is header on three lines?

    The issue is with
    <!-- bof languages/currencies header display -->
    <div id="navCurrenciesWrapper" class="forward">
    <?php
    if (HEADER_LANGUAGES_DISPLAY == 'True') require(DIR_WS_MODULES . 'header_languages.php');
    if (HEADER_CURRENCIES_DISPLAY == 'True') require(DIR_WS_MODULES . 'header_currencies.php');
    ?>
    </div>
    <!-- eof languages/currencies header display -->
    if I take it out, the problem goes away. Simply taking out the /div dosen't fix it either. Any thoughts on how to keep the code in?

  4. #4

    Default Re: Why is header on three lines?

    Ok I downloaded the "currency dropdown with currency code in footer" add on instead but can't actaully get it to sit in the top of the header. Any ideas?

  5. #5
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,873
    Plugin Contributions
    96

    Default Re: Why is header on three lines?

    The reason that the header "splits" is that there is a <br class="clearBoth"> imbedded in the cartCountTotal div. If you add the following to your stylesheet, it will clear up:

    Code:
    .cartCountTotal br { display: none; }

 

 

Similar Threads

  1. v150 Quebec Taxes: showing on three separate lines
    By branninggroup in forum Bug Reports
    Replies: 1
    Last Post: 29 Nov 2012, 04:48 AM
  2. Why are my lines so close together?
    By curbsidestudiosNET in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 26 Mar 2011, 05:01 PM
  3. Cell highlight on rollover - Why is it putting products in new lines?
    By cvocvo in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 12 Apr 2010, 10:35 PM
  4. Products in three lines
    By madli in forum Setting Up Categories, Products, Attributes
    Replies: 0
    Last Post: 19 Jan 2010, 02:18 AM
  5. Can anyone tell me why I have three different PayPal payment options/buttons
    By shocker in forum PayPal Express Checkout support
    Replies: 5
    Last Post: 15 Jul 2007, 05:18 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