A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.
hi, to all
i have made a page with an object module gallery....Then i inserted four image
What i need is that all thums are aligned center in panel....How do that??
Thanks
PS I'd try with .gallerymodule .modulecontent { text-align: center; } in css but nothing... www.ilfaropavullo.it/test.aspx
mojoPortal Hosting & Design @ i7MEDIA!
Try this:
.mojogallery { overflow: hidden; } .mojogallery ul.gallerylist { display: table; margin: 0 auto; float: none; }
HTH,
-Elijah
yesss...it's works.....
many many thanks ...