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
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
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;
}This topic has been closed to new replies.