Not signed in (Sign In)

Vanilla 1.1.5a is a product of Lussumo. More Information: Documentation, Community Support.

Please sign in or apply for membership to remove the ads
  1.  
    Hi everyone. Does anyone know how to center the image thumbs in Plogger instead of them being left justified?
    • CommentAuthorddejong
    • CommentTimeJun 8th 2006 edited
     
    If you can hold out until Beta 3, there is a centered default theme.

    However, because Plogger uses CSS floats, and floats are either "right" or "left", it's rather painful to get them working.

    That said, you could take a shortcut and download the centered theme gallery.css found in the source at dev.plogger.org.

    edit: By the way, I deleted the double-post just for simplicity. No offense intended.

    Cheers,
    Derek
  2.  
    Hmm ... interesting. I'll go check out that centered theme. Thanks!
    • CommentAuthorZappu
    • CommentTimeJan 16th 2007
     
    If you are using the default theme add to the gallery.css the following lines. It's not perfect, but helped me to get around of this problem

    #thumbnail_container {
    padding-left : 5%;
    }