![]() |
Image Spacing and View All |
Post Reply
|
| Author | |
avalight
Newbie
Joined: 21-September-2007 Status: Offline Points: 3 |
Post Options
Thanks(0)
Quote Reply
Topic: Image Spacing and View AllPosted: 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
|
|
![]() |
|
avalight
Newbie
Joined: 21-September-2007 Status: Offline Points: 3 |
Post Options
Thanks(0)
Quote Reply
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
|
|
![]() |
|
Guests
Guest
|
Post Options
Thanks(0)
Quote Reply
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. |
|
![]() |
|
intour
Senior Member
Joined: 30-June-2006 Location: United Kingdom Status: Offline Points: 0 |
Post Options
Thanks(0)
Quote Reply
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
|
|
![]() |
|
Post Reply
|
|
|
Tweet
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |