View Full Version : 4x4 Gallery customization ... 5x5, 6x6, 7x7 possible?
aola
Oct-16-2011, 07:51 PM
So, have implemented the 4x4 gallery customization, they question now is how does one expand it are more galleries are added? For example instead of 4x4, it was desirable to have it be 8x2, is that possible?
Guess, i'm really asking, in the customization what control the number of rows and columns in the customization?
Thanks in advance.
denisegoldberg
Oct-17-2011, 05:21 AM
You can easily stretch the galleries across the screen by adding this to your CSS:
#homepage,
.galleries,
#category,
#subcategory {
width: auto !important;
margin-left: 15px !important;
margin-right: 15px !important;
}
--- Denise
LJ2b2c
Oct-17-2011, 07:32 AM
I like this change, and would like to implement only on the subcategory pages. Thought all I would have to do is delete #category, but that does not seem to work. Am I missing something simple?
aola
Oct-17-2011, 08:21 PM
You can easily stretch the galleries across the screen by adding this to your CSS:
#homepage,
.galleries,
#category,
#subcategory {
width: auto !important;
margin-left: 15px !important;
margin-right: 15px !important;
}
--- Denise
Thanks Denise, this worked well.
aola
Oct-23-2011, 12:52 PM
Hi all, another question ...
I have implemented the 4x4 gallery customization, Denise then showed me how to stretch it across the page. The question I know have is all the thumbnails are now left justified. is there a way to center them across the page when used the "width: auto" bit of code to allow the thumbs to fill the available space?
Thanks in advance
denisegoldberg
Oct-23-2011, 12:58 PM
I have implemented the 4x4 gallery customization, Denise then showed me how to stretch it across the page. The question I know have is all the thumbnails are now left justified. is there a way to center them across the page when used the "width: auto" bit of code to allow the thumbs to fill the available space?
Unfortunately you can't have it both ways. If you only have 4 galleries and you want the galleries centered, remove the code that you just added to extend the galleries across the screen. Or you can alter the 4-across code to use a different width for eath thumb. If you do this you will need to adjust the code each time you add a gallery / category.
--- Denise
aola
Oct-23-2011, 02:03 PM
Unfortunately you can't have it both ways. If you only have 4 galleries and you want the galleries centered, remove the code that you just added to extend the galleries across the screen. Or you can alter the 4-across code to use a different width for eath thumb. If you do this you will need to adjust the code each time you add a gallery / category.
--- Denise
I suspected that, but thought it was worth putting it out there.
vBulletin® v3.8.5, Copyright ©2000-2013, Jelsoft Enterprises Ltd.