Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    Jun 2008
    Posts
    6
    Plugin Contributions
    0

    Default new products listing on main page

    hello,
    I was wondering if you guys could give me a hand with New Products For on main page on the main page.
    i have
    New Products Columns per Row set to 3 and
    Special Products Columns per Row set to 3
    but it shows 2 items on the first line, then 1 itme on the 2nd line
    then 2 itmes on the 3rd line and 1 item on thr 4th line

    can any one tel me how can i fix it .....it was working fine last month

    i am runing zen cart 1.38a

    my web site URL
    http://www.sonicwarehouse.net/

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

    Default Re: new products listing on main page

    The padding in this line in your stylesheet
    Code:
    .centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading,.rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
    	text-align: center;
            padding: 0.6em;
    is causing your problem.
    Move the .centerBoxContentsNew to its own declaration and reduce the padding to 0:
    Code:
    .centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading,.rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .gvBal, .attribImg {
    	text-align: center;
            padding: 0.6em;
    }
    
    .centerBoxContentsNew {
    	text-align: center;
            padding: 0.0em;
    }

  3. #3
    Join Date
    Jun 2008
    Posts
    6
    Plugin Contributions
    0

    Default Re: new products listing on main page

    Glenn,
    Thank you so much, that worked

 

 

Similar Threads

  1. updating new products listing on main page?
    By modwerx in forum General Questions
    Replies: 1
    Last Post: 30 Dec 2009, 12:15 AM
  2. Listing New Products first on Main Page
    By HinterWelt2 in forum Basic Configuration
    Replies: 0
    Last Post: 21 Sep 2009, 04:42 PM
  3. missing 'new products' listing on main page.
    By trisha33 in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 28 Mar 2009, 04:34 PM
  4. new products listing on main page
    By saaliha in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 13 Jun 2008, 11:32 PM
  5. How to use a different listing rule for listing new products in a main page???
    By jsteven in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 2 Dec 2007, 08: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