• Jaqueline

    (@jaqueline)


    Hello!!

    After upgrading to the WP 2.6, my sidebar grid is looking horrible. Before, it showed 3×3 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

The topic ‘WPG2 Sidebar Grid doesn´t show “inline” images’ is closed to new replies.