Results 1 to 8 of 8

Hybrid View

  1. #1
    Join Date
    Sep 2009
    Location
    Victoria
    Posts
    88
    Plugin Contributions
    0

    image problem Messy photo layout

    I have loaded all my photos into Zen Cart 3.8 but they look really messy. All of my thumb nail photos look good but the photos on my subcategory pages are all bunched together with no gaps in between them. to see what I'm taking about here is a link to one of those pages.

    http://passionsignite.com.au/zen-car...ex&cPath=96_97

    Does any one know what I can do about this?

    I was thinking about putting a border around each photo so that they look more in line with each other but I'm still trying to work out how to do that with as little coding as possible.
    Coding is not my strong point at all. lol

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

    Default Re: Messy photo layout

    In your stylesheet.css file find this
    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;
    	}
    Seperate out .productListing-data to resemble this
    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, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
    	text-align: center;
    	}
    
    .productListing-data {
            text-align: center;
            padding: 1em 0em 2em 0em;
            }
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Sep 2009
    Location
    Victoria
    Posts
    88
    Plugin Contributions
    0

    Default Re: Messy photo layout

    Quote Originally Posted by kobra View Post
    In your stylesheet.css file find this
    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;
    	}
    Seperate out .productListing-data to resemble this
    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, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
    	text-align: center;
    	}
    
    .productListing-data {
            text-align: center;
            padding: 1em 0em 2em 0em;
            }
    Thank you for your response. I posted the coding as you showed but still have no gap between my photos. Any other suggestions? or am I doing something wrong.

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

    Default Re: Messy photo layout

    I posted the coding as you showed but still have no gap between my photos. Any other suggestions?
    Clear your browser cache - - I see the padding applied
    Zen-Venom Get Bitten

  5. #5
    Join Date
    Sep 2009
    Location
    Victoria
    Posts
    88
    Plugin Contributions
    0

    Default Re: Messy photo layout

    It's strange. I applied the padding and nothing happened. But when I look at my site through Fire Fox it does show. There are several things that do show in Fire Fox but not in Explorer.
    Do you have any idea why and how I can fix these problem? There are many people that use Explorer (I usually do)
    In a perfect world I would like my site to look good in both Fire Fox and Explorer.
    I'm hoping I can make it a perfect world. lol. What do you think?

  6. #6
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Messy photo layout

    Still probably your IE browser cache. The spacing shows fine here in IE6, 7 and 8.

  7. #7
    Join Date
    Jan 2008
    Location
    Portland, Oregon USA
    Posts
    356
    Plugin Contributions
    0

    Default Re: Messy photo layout

    Quote Originally Posted by Kayz View Post
    I was thinking about putting a border around each photo so that they look more in line with each other but I'm still trying to work out how to do that with as little coding as possible.
    You may want to use photoshop or something similar to size all your photos the same. Consistency will make your shop look less 'messy'.
    Doug

 

 

Similar Threads

  1. Tidying up messy css.
    By vvomble in forum Templates, Stylesheets, Page Layout
    Replies: 19
    Last Post: 6 Jul 2013, 06:41 PM
  2. Attribute Photo Layout Problems
    By kikboxr777 in forum Setting Up Categories, Products, Attributes
    Replies: 7
    Last Post: 28 Oct 2010, 06:28 AM
  3. product page layout messy :(
    By Sushigal in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 12 May 2010, 01:23 PM
  4. Messy page layout in IE7
    By Luvmoomoo in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 2 Jun 2009, 05:37 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