Viewing 1 replies (of 1 total)
  • until the markup is improved you can use CSS psuedo classes to do this

    .widget.widget_instagram_user_info .widget-inner-wrap > a:nth-child(odd)
    {
    float:left;
    }
    .widget.widget_instagram_user_info .widget-inner-wrap > a:nth-child(even)
    {
    float:right;
    }

    or any combination of other properties assigned to those classes.

Viewing 1 replies (of 1 total)
  • The topic ‘CSS needed to creating 2 colums of images’ is closed to new replies.