Thanks! I reposted on the other forum.
After your most recent update, or because of the WP 4.0 update, this CSS isn’t working. My boxes have tumbled into 1 long column again.
I got it
<div class=”wp_col3″>
[virtual_slide_box id=”2″]
</div>
<div class=”wp_col3″>
[virtual_slide_box id=”3″]
</div>
<div class=”wp_col3″>
[virtual_slide_box id=”2″]
</div>
I’m a noob, so please bear with me.
I’m trying to place two rows of 3 boxes in a post.
Here’s what I have so far.
In the text of the post
<div class=”wp_col3″>
[virtual_slide_box id=”2″] [virtual_slide_box id=”3″] [virtual_slide_box id=”2″]
</div>
In my CSS
.wp_col3{
float:left!important;
width:33!important%
}
I don’t however see any changes. The Boxes are still stacked on the left