Hello!!
After upgrading to the WP 2.6, my sidebar grid is looking horrible. Before, it showed 3x3 figures, now, it shows all in one long vertical line.
I changed nothing, I looked the CSS and it is right:
/* WPG2 alignment classes */
.g2image_normal {
margin: 4px;
}
.g2image_float_left {
float: left;
margin-right: 5px;
}
.g2image_float_right {
float: right;
clear: right;
margin-left: 5px;
}
.g2image_centered {
display: block;
margin-left: auto;
margin-right: auto;
}
div.one-image {
display:inline;
}
What else could be? I don't know where else to look.
Thanks!
Jaqueline