Results 1 to 10 of 10
  1. #1
    Join Date
    Nov 2009
    Posts
    7
    Plugin Contributions
    0

    help question Main Page Image Alignment Issue

    I'm having problems with the logo image on my shopping cart page displaying properly in MSIE (any version). However, it displays fine in Firefox and Chrome. The categories appear in the middle of the logo and distorts everything. It originally worked fine. I made some changes and can't seem to get it fixed. I've checked my header.php file and my stylesheet.css file and things seem fine. I checked the Layout Boxes Controler section in Tools. Couldn't find anything there. Any help would be greatly appreciated. Post response here or email at mrrodosmith$aol.com. Thanks again for your help.

    Sincerely,

    Rodney

    STATS:
    Site: https://www.festiveinnovations.com/catalog/
    Zen Cart Version: 1.3.8a
    No upgrades yet (holding off)
    No add ons

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

    Default Re: Main Page Image Alignment Issue

    Zen-Venom Get Bitten

  3. #3
    Join Date
    Nov 2009
    Posts
    7
    Plugin Contributions
    0

    red flag Re: Main Page Image Alignment Issue

    I reviewed that already. That's where I found the original info. I know how to insert the image and align the image. The problem is the other headings "Fest-a-Wall | Fest-a-Fence | etc." are showing up in the middle of the image for some reason. I've attached my stylesheet.css and header.php files to see if anyone can view them and see what is going wrong.

    Thanks again for any help you can provide.

    Sincerely,

    Rodney
    Attached Files Attached Files

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

    Default Re: Main Page Image Alignment Issue

    I reviewed that already.
    So what values do you have for width and height?
    Code:
    define('HEADER_LOGO_WIDTH', '192px');
    define('HEADER_LOGO_HEIGHT', '64px');
    Zen-Venom Get Bitten

  5. #5
    Join Date
    Nov 2009
    Posts
    7
    Plugin Contributions
    0

    Default Re: Main Page Image Alignment Issue

    I have the following values:
    define('HEADER_LOGO_WIDTH', '192px');
    define('HEADER_LOGO_HEIGHT', '64px');

    The 2 files are in a zip file that I attached on my initial post.

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

    Default Re: Main Page Image Alignment Issue

    I have the following values:
    define('HEADER_LOGO_WIDTH', '192px');
    define('HEADER_LOGO_HEIGHT', '64px');
    Your image is 625px × 243px so you should have
    Code:
    define('HEADER_LOGO_WIDTH', '625px');
    define('HEADER_LOGO_HEIGHT', '243px');
    The 2 files are in a zip file that I attached on my initial post.
    Most do not have the time to download and unzip and why you should just post them
    Zen-Venom Get Bitten

  7. #7
    Join Date
    Nov 2009
    Posts
    7
    Plugin Contributions
    0

    Default Re: Main Page Image Alignment Issue

    Ok. Let me try that real quick and see what happens...
    Thanks again for the quick reply. I really appreciate it.

    Rodney

  8. #8
    Join Date
    Nov 2009
    Posts
    7
    Plugin Contributions
    0

    Default Re: Main Page Image Alignment Issue

    DArn. Still showing that it's distorted in internet explorer, but perfectly fine in Firefox.
    *sigh*
    Not sure what to do.

    Rodney

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

    Default Re: Main Page Image Alignment Issue

    DArn. Still showing that it's distorted in internet explorer, but perfectly fine in Firefox.
    Probably due to mis match in your stylesheet

    Code:
    #logoWrapper{
    	background-image:;
    	background-repeat: repeat-x;
    	background-color: #ffffff;
    	height:75px;
    	}
    Zen-Venom Get Bitten

  10. #10
    Join Date
    Nov 2009
    Posts
    7
    Plugin Contributions
    0

    Have a Drink Re: Main Page Image Alignment Issue

    Kobra - You my friend are a saint. This fixed it. OMG, you don't realize how much this means to me. I just want to truly thank you from the bottom of my heart.

    I truly truly truly appreciate your help. Have a great and blessed night.

    Sincerely (and gratefully in your debt),

    Rodney

 

 

Similar Threads

  1. alignment main category image and name
    By malachi in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 20 Sep 2010, 08:29 PM
  2. Page alignment issue
    By choyingsmith in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 12 Jul 2010, 08:15 PM
  3. Banner Sidebox image alignment issue?
    By mezloh in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 27 Jun 2010, 08:10 PM
  4. Image alignment and page title issue
    By mjgriff in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 22 May 2008, 12:44 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