mojo gallery align center

A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.

This thread is closed to new posts. You must sign in to post in the forums.
5/17/2013 6:12:14 PM
Gravatar
Total Posts 9

mojo gallery align center

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

5/17/2013 7:45:40 PM
Gravatar
Total Posts 91

mojoPortal Hosting & Design @ i7MEDIA!

Re: mojo gallery align center

Try this:


.mojogallery {
    overflow: hidden;
}
.mojogallery ul.gallerylist {
    display: table;
    margin: 0 auto;
    float: none;
}

HTH,

-Elijah

5/18/2013 5:01:36 AM
Gravatar
Total Posts 9

Re: mojo gallery align center

yesss...it's works.....

many many thanks ...

You must sign in to post in the forums. This thread is closed to new posts.