Results 1 to 9 of 9
  1. #1
    Join Date
    Nov 2012
    Posts
    4
    Plugin Contributions
    0

    Default Header logo image showing about a third - rest blank

    Been using Zencart for about 2 years so not a novice as such. I have looked in faq, but can't find the solution to my problem that my logo.gif in my header is only showing about a third, rest of the header is blank. I've set the logo on other sites I look after and they've been fine, but http://www.abrafix.co.uk/index.php isn't right - any pointers would be appreciated.

  2. #2
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Header logo image showing about a third - rest blank

    stylesheet.css, line 171:
    Code:
    #logo {
        float: left;
        overflow: hidden;
        width: 300px;
    }
    You don't need either of these set, and together they limit what can display.

    Also, why do you have font-size: 100% (and other properties in some rules) explicitly applied to every single type of element on your site? That is not something that normal templates do.
    Last edited by gjh42; 17 Nov 2012 at 06:39 PM.

  3. #3
    Join Date
    Nov 2012
    Posts
    4
    Plugin Contributions
    0

    Default Re: Header logo image showing about a third - rest blank

    Thanks for that but my stylesheet.css only has :

    #storeLogo {
    float: left;
    margin-top: 5px;
    }

    Also, not sure what the issue is with font size - I haven't purposefully set this - but it looks ok on my display.

    Thanks for any pointers / help.

  4. #4
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Header logo image showing about a third - rest blank

    You have that #logo rule in a stylesheet, or I couldn't have copied it. That is the problem.

    I saw a template stylesheet yesterday with the mass reset rule... some designer thinks it is good to set every possible property to 0 or whatever before setting individual ones as they want.

  5. #5
    Join Date
    Nov 2012
    Posts
    4
    Plugin Contributions
    0

    Default Re: Header logo image showing about a third - rest blank

    Sorry to appear dim - but do you know which stylesheet it was? and location. I'm ok with basic setup and working the back end of this, but I haven't been into any stylesheets to change them.

  6. #6
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: Header logo image showing about a third - rest blank

    do you know which stylesheet it was? and location
    It should be this one
    includes/templates/bluecart/css/stylesheet.css
    Zen-Venom Get Bitten

  7. #7
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Header logo image showing about a third - rest blank

    Here is the rule copied directly from your stylesheet.css (probably line 171, I didn't have numbers on the display to use):
    Code:
    #logo{
    	width:300px;
    	overflow:hidden;
    	float:left;
    	
    }

  8. #8
    Join Date
    Nov 2012
    Posts
    4
    Plugin Contributions
    0

    Default Re: Header logo image showing about a third - rest blank

    Many thanks for that - it's now displaying properly! I didn't know what to change 'hidden' to so just set the width to 1000.

    Works great.

    Thanks again.

  9. #9
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Header logo image showing about a third - rest blank

    Just deleting width:300px; and overflow:hidden; will take care of your issue and reduce the number of constraints on your pages.

 

 

Similar Threads

  1. Can't reszie the logo header in my template to fit logo image
    By signify in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 1 May 2011, 06:57 PM
  2. Blank Blank Blank Showing Up in Header
    By mary4c in forum General Questions
    Replies: 13
    Last Post: 15 Aug 2010, 12:44 AM
  3. Logo header not showing in FireFox
    By annav in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 12 Jan 2010, 07:25 PM
  4. Blank space above and below the header logo
    By sonduarte in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 8 Jan 2010, 08:54 PM
  5. Can't get rid of blank image/link after logo/header change
    By bakdoor in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 27 Sep 2008, 05:41 AM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR