sorry for not coming in sooner but have had forum problems that host had to fix...lol
and this heat is hard on my comps, they just go and shutdown on me, right in the middle of stuff.
Yes go into photoshop and create another gif the same size as the ones in the mod pkg. then upload them to your server after you put a ~ at the end of the originals...
so it looks like delim_v.gif~...same for its brother file too cause you will need to create them for both verticle and horizontal
as for the spaces I meant the stylesheet.css from your template. try there to adjust the space. I can't remember for sure but (may vary from template to template, especially bought and paid for ones) but this code is where I changed mine to add space cause mine were really close before the mod addition:
find and delete:
.productListing-data
add directly under that section where you found it:
.productListing-data
/* to add space between thumbnails*/
{
padding: 0.5em;
}
I think it will be found in this area:
.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, .rightBoxHeading, .accountQuantityDisplay,
.ratingRow, LABEL#textAreaReviews, #productMainImage,
#reviewsInfoDefaultProductImage,
#productReviewsDefaultProductImage, #reviewWriteMainImage,
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents,
.additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch,
.centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
text-align: center;
}
Bookmarks