Visual Index Minimum Scroll Area

mpcv / 2013-08-13 16:17:54   

Hi Guys!

Just one quick question.

In visual index format, when you resize your browser window to a shorter size, if it is to short, you will have a scroll bar that, by default, appears when you have only one column of thumbnails (the first starting from the left).

My question is, can that minimum area be configured? Customizing things in order to have the scrollbar appear earlier, when we have 2 columns of thumnails instead of only the first one from the left.

I tryed in style.css to give a specific width in pixels to #exhibit .container, but this way the visual index thumbnails would be static, they wouldn't reorganize themselves in diferent window sizes like they do by default. And also this solution would affect all of the diferent exhibits, and I want it just for the visual index format.

So, in the file format.visual_index.php, where should I change things to make it work like I said? Minimum area 2 thumbnail columns instead of 1.. Can it be done?

Any Ideas? anyone?

thanks in advance!

arsondpi / 2013-08-13 17:15:35   

You need to add a min-width attribute to #exhibit .container
But this is generic as I can only guess without a url...

This thread has been closed, thank you.