Results 1 to 7 of 7
  1. #1

    Default Featured products are disorder in homepage

    The featured products are disorder in some IE browser. It's OK in firefox. Is there any way to fix this issue?
    see the following screenshot: http://www.bbymm.com/images/disorder.JPG



    And I can't find any support for this issue in the forum.

    Jingle
    [FONT="Comic Sans MS"]Jingle[/FONT]

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

    Default Re: Featured products are disorder in homepage

    post a link to your site
    Zen-Venom Get Bitten

  3. #3

    Default Re: Featured products are disorder in homepage

    [FONT="Comic Sans MS"]Jingle[/FONT]

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

    Default Re: Featured products are disorder in homepage

    Try seperating this tag out into it's own entry and remove the margin:

    You have:
    Code:
    /*list box contents*/
    .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
    	margin: 1em 0em;
    	}
    Code:
    Should wind up with:
    /*list box contents*/
    .centerBoxContentsFeatured {
    	margin: 0em 0em;
    	}
    
    /*list box contents*/
    .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsNew {
    	margin: 1em 0em;
    	}
    Zen-Venom Get Bitten

  5. #5

    Default Re: Featured products are disorder in homepage

    I have changed the CSS file as your suggestion, but it still does not work.
    [FONT="Comic Sans MS"]Jingle[/FONT]

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

    Default Re: Featured products are disorder in homepage

    It looks as though you are running out of room for 4 pics across in IE??

    You can check what you have set for the image width in admin > config > images

    As your images are not standardized and have differing dimensions

    you might also try setting the site width a bit wider - try 800px - to check if this is the issue or not
    Code:
    #mainWrapper {
    	background-color: #ffffff;
    	text-align: left;
    	width: 750px;
    	vertical-align: top;
    	border: 1px solid #9a9a9a;
    	}
    Zen-Venom Get Bitten

  7. #7

    Default Re: Featured products are disorder in homepage

    it works now after I changed the width to 800px.
    Thanks a lot!
    [FONT="Comic Sans MS"]Jingle[/FONT]

 

 

Similar Threads

  1. v139h Featured products on homepage
    By dmagic in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 24 Feb 2014, 08:16 AM
  2. How to replace the products on homepage(featured products, etc) with categories?
    By mybiz9999 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 3 Dec 2010, 05:00 PM
  3. max featured products in homepage
    By 100asa in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 18 Sep 2009, 05:58 PM
  4. Moving main featured products box above new products on homepage
    By keylesslocks in forum Customization from the Admin
    Replies: 1
    Last Post: 4 Oct 2007, 08:07 PM
  5. Featured products on homepage
    By afika in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 28 Dec 2006, 11:17 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