View Single Post
Old February 1st, 2010, 07:46 AM   #3 (permalink)
Luciano
Registered User
 
Join Date: Aug 2005
Posts: 1,229
Quote:
Originally Posted by bolo View Post
Hi,

Curious if theres a 'recommended' way of modifying the styles associated with vbGallery.
Well I assume this will be standard in the next versions of vbgallery.

I would personnaly recomment the following which is minimal invasive..

1. add a class to a parent element of the image, but NOT to the anchor tag.. (as the image is not allways linked)
for thumbnails in the imagebit template, for bigger image in the showimage template
class="thumb" and class="bigimage"


2. add a css element in the extra part of your stylemanager...
Code:
Content visible to verified customers only.
Thats it...
padding being the width of the frame...

Luc

[edit]Its border - not broder.. sorry[/edit]

Last edited by Luciano; February 1st, 2010 at 08:43 AM. Reason: typo
Luciano is offline   Reply With Quote