Results 1 to 5 of 5
  1. #1
    Join Date
    Jan 2012
    Location
    Fort Worth, Texas
    Posts
    14
    Plugin Contributions
    0

    help question header logo get cut if I don't have currencies

    I have a logo.jpg at the top of my store, it's 550x89. If I remove the currencies drop down from the header it will move everything up and cut the top half of my logo off.

    I thought I fixed this last week by changing the below from/to in my header.php file.

    FROM:
    // define('HEADER_LOGO_WIDTH', '385px');
    // define('HEADER_LOGO_HEIGHT', '75px');

    TO:
    define('HEADER_LOGO_WIDTH', '550px');
    define('HEADER_LOGO_HEIGHT', '90px');

    This allowed me to turn off the side box for Currencies and still have a full logo.jpg in my header.


    I assume I've changed something, but honestly don't know what it could be. We haven't made many mod's lately, esp anything related to the header.

    Any thoughts?

    Check out the site here.

    Thanks

    Paul

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: header logo get cut if I don't have currencies

    Assuming you want to remove the currencies section in the header, one way would be to add display: none; to #currency_header in the stylesheet.

  3. #3
    Join Date
    Jan 2012
    Location
    Fort Worth, Texas
    Posts
    14
    Plugin Contributions
    0

    Default Re: header logo get cut if I don't have currencies

    I thought that was going to do the trick, but it didn't. In fact, it made the header act as I originally described. I have left the header in this cut off state for now. You can check it out here if it helps.

    Thanks

    Paul

  4. #4
    Join Date
    May 2010
    Location
    WA State
    Posts
    1,678
    Plugin Contributions
    3

    Default Re: header logo get cut if I don't have currencies

    Not cutting off for me. Are you using IE7 by any chance? If so, you need to adjust the height element in #logoWrapper in your stylesheet.

  5. #5
    Join Date
    May 2010
    Location
    WA State
    Posts
    1,678
    Plugin Contributions
    3

    Default Re: header logo get cut if I don't have currencies

    Find this in your stylesheet:

    #headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {margin: 0em;padding: 0em;}

    Remove #logoWrapper and add it back in at the bottom of your stylesheet like this:

    #logoWrapper {margin: 0em;padding: 0em; height:XXpx;}

    Adjust the height to a little bit more than the height of your graphic.

 

 

Similar Threads

  1. Get rid of currencies in header
    By davalf in forum Addon Templates
    Replies: 8
    Last Post: 6 Jul 2011, 04:34 AM
  2. Trying to have 600px banner logo in header
    By Euonym in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 2 Sep 2010, 06:48 PM
  3. Can't get ssl logo to sit in Header
    By hardwiredtemplates in forum Templates, Stylesheets, Page Layout
    Replies: 34
    Last Post: 23 Feb 2009, 04:27 PM
  4. Don't understand how to get rid of zen ads have read faq's
    By robynannelise09 in forum General Questions
    Replies: 8
    Last Post: 4 Nov 2008, 05:56 PM
  5. Don't want a header logo...
    By elevatingyourbusines in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 28 Apr 2008, 02:48 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