• In the plugineditor it says that kpicasa-gallery/kpicasa_gallery.css
    is inactive.

    How do I activate to control alignment of pictures in the tables.

    I use IE8

    Best regards

    Bajads

Viewing 1 replies (of 1 total)
  • Plugin Author kag

    (@kag)

    I’m not sure why it says kpicasa-gallery/kpicasa_gallery.css is inactive.

    However, you can change the alignment by adding the following line to your main CSS file (so that change doesn’t get overwritten if you upgrade kPicasa).

    /* table cell containing one album */
    table#kpg-albums td {
    	padding: 0 10px 20px 0;
    	vertical-align: top;
    }
    /* table cell containing he picture + caption */
    table#kpg-pictures td {
    	text-align: center;
    	padding-bottom: 20px;
    	vertical-align: top;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: kPicasa Gallery] Css inactive ?’ is closed to new replies.