Placement of large image
Permalink Browser Info EnvironmentThanks
Type: | Discussion |
---|---|
Status: | New |
i have the same prob as veronawalls ie. when you place the block in a full page the main image goes below the thumbnails. tho you say atm it should but the thumbnails to the left and the main image to the right. i am using it in the 'dark chocolate' theme. this being a concrete default theme i assume there is enough space to display the main image to the right and thumbs to the left???
(thx for the licence on this btw. once i get the image and thumbs side by side it will be the gallery i use in the site)
cheer
greg (aka rams)
Hope this helps.
JB
The site for reference is:http://www.viginipaintanddesign.com/index.php/portfolio/...
Sorry for not getting back at you the soonest. I hope I'm still getting this on time. Anyway, if you could private message me the details of your dashboard I'd be happy to help.
Again, thanks for your patience.
JZ
1) Simply give your block an ID (or class) - using the "Design" feature in edit mode. Alternatively, your site's template may have a DIV tag surrounding the main body where your gallery is, and you can use that.
2) In your site's CSS file, use the following class "navigationg".
This is the class of the DIV tag that wraps around the thumbnails. It takes a bit of CSS know-how, but you could float it to the right. The DIV tag surrounding the large image is called "contentg".
For example, if you gave the Gallerific block an ID of "mygall", your CSS code could look like this:
I haven't tested this code, but it does give you a place to start from. I would also suggest using the code inspector in Google Chrome to play with the CSS attributes "live" without having to constantly upload revised CSS files over and over again.
Hope this helps.
JB