ProductCart E-Commerce Solutions Homepage
Forum Home Forum Home > ProductCart > Customizing ProductCart
  New Posts New Posts RSS Feed - Image Spacing and View All
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Image Spacing and View All

 Post Reply Post Reply
Author
Message
avalight View Drop Down
Newbie
Newbie


Joined: 21-September-2007
Status: Offline
Points: 3
Post Options Post Options   Thanks (0) Thanks(0)   Quote avalight Quote  Post ReplyReply Direct Link To This Post Topic: Image Spacing and View All
    Posted: 17-June-2010 at 3:12pm
I am trying to reduce the space between images.  This would be on a category page, under the product section, not the category image section.  I have tried to adjust padding in the pcStorefront.css file, but that doesn't do anything.  It is on this page, for example. http://www.avalanche-ranch.com/rusticlighting/pc/Rustic-Mirrors-c6.htm
On lower portion.  The pcShowProductsH.asp is the one that seems to be active on this section.
I also want to have a link to show all.

Curt
Back to Top
avalight View Drop Down
Newbie
Newbie


Joined: 21-September-2007
Status: Offline
Points: 3
Post Options Post Options   Thanks (0) Thanks(0)   Quote avalight Quote  Post ReplyReply Direct Link To This Post Posted: 04-July-2010 at 5:08pm
Hello - Still waiting to see if anyone knows how get the category page images closer together on a row...Happy 4th of July.
Curt
Back to Top
Guests View Drop Down
Guest
Guest
Post Options Post Options   Thanks (0) Thanks(0)   Quote Guests Quote  Post ReplyReply Direct Link To This Post Posted: 05-July-2010 at 3:54pm
Hi Curt,

A tool like Google Chrome's Developer Tools would help you a lot here.

Using that, I'm seeing:

.pcShowProducts td {padding:3px}
This gets applied twice, so it's actually adding 6px padding.

.pcMainTable p {margin: 0px 0px 0px 5px;}
This one is a little trickier as it applies to a lot of things. You should add a more specific rule:

.showProductImageH p {margin:0}

#pcMain .pcShowProductImageH img {padding: 1px;}

Looks like that's about as tight as you could get it.
Back to Top
intour View Drop Down
Senior Member
Senior Member


Joined: 30-June-2006
Location: United Kingdom
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote intour Quote  Post ReplyReply Direct Link To This Post Posted: 09-July-2010 at 5:32am
There doesn't appear to be much space left between your images (unless you have already reduced the space).
 
I think it is :
 
showProductImageH
 
in the style sheet - you need to adjuct the height/width setting as well as tweaking the padding.
 
Nigel
Innerview
Productcart Platinum Reseller
Web Design/Hosting/Virtual Tours
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.094 seconds.