Hello,
Again, Great module!! Thank you so much for providing it :)
Please help me figure out how to align the main images that show in gallery (djembegallery) to show in center / middle of the field instead of left?
In fact... if I wanted the whole gallery to display in the center, including the navigation preview, and navigation links.. how do I go about it?
I'm sorry if this is obvious to anyone else.. but I can't seem to figure this out.
Thank you in advance for any help. :)
Comments
Comment #1
Ela commentedAnyone? Would be nice to get some tips, Please :)
Comment #2
oianinha commentedHi, I changed some codes and it´s aligned now..
2 files to modify.
file 1: yourtheme.css
use firebug addon to confirm the galleryapi id (mine is: id="galleryapi_gallery_1_0")
you´ll find something like:
then add this to your css file:
/*removendo list style*/
#galleryapi_gallery_1_0 ul{
list-style: none;
}
/* alinhando a imagem principal da galeria slide */
.slide-view{
text-align: center;
}
file 2: jquery.djembegallery (from gallery_api module [galleryapi\methods\galdjembegallery\djembegallery])
I changed the position absolute to relative in lines: 201 and 308
gud_lucky!
Comment #3
Ela commentedWORKS GREAT!! Thank you SO MUCH! :)
Comment #4
oianinha commented;) cool !
now, if you got the "preview block" alignment, you tell us ? =)
I do need that too, for a while I just found and changed the float propertie.., I would like to center that too.
[ ]´s Ana
Comment #5
Ela commentedlol... same here.. would like to know.. :) Thanks again!