Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 2007
    Posts
    27
    Plugin Contributions
    0

    Default Setting the Main Logo/Header Image to Absolute Size

    On my desktop screen, the heading image shows just fine, please see:

    www.custom-builtpc.com

    However, when viewed on my laptop, the image is cut off and only a portion of the image shows. How can I set this to always show the entire image?

    Also, how can I change the mouse-over text that pops up?

    Thank you for your assistance.

    William

  2. #2
    Join Date
    Nov 2007
    Posts
    35
    Plugin Contributions
    0

    Default Re: Setting the Main Logo/Header Image to Absolute Size

    I had the same problem. Its not practical in zen cart to use one huge logo across the top. As each person views it in different resolution. What i had to do was to crop my logo to a 130px by 90px and then make a 250px by 13px of the background and set it to repeat across the back.

    if you look at my logo www.edealbase.co.uk/index.php the bit which says edealbase is a small jpg. All the blue background you see is a 250px by 13px image repeated (which would be the header img) and the white writing is the tagline.

    its a bit annoying but basically the only way to fix your problem is to remake your logo.

    PHP Code:
    #logoWrapper{
        
    background-imageurl(../images/logo_tile_back.jpg);
        
    background-repeatrepeat-x;
        
    height:250px;
                     
        } 

    The above bit is in the stylesheet.css. logo_tile_back.jpg is the 13 x 250 px slice of my logo i uploaded and have it repeated.

    Sorry if this is hard to understand, hope you get the general idea though!

 

 

Similar Threads

  1. How to get rid of main logo image link in the header bar area?
    By aaronjmorgan in forum General Questions
    Replies: 2
    Last Post: 7 May 2014, 02:46 AM
  2. 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
  3. Aligning my header logo with the main content
    By First Action in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 11 Jan 2010, 01:19 PM
  4. Can I remove the link from the main header logo?
    By jaz1974 in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 8 Jan 2009, 10:24 PM
  5. Detaching header from main page - how to get main section and header size differently
    By guls_guys in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 28 Apr 2008, 06:07 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