Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Enmanuel Corvo

    (@ecorvo)

    Done

    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

    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>

    Plugin Author Enmanuel Corvo

    (@ecorvo)

    Glad you were able to figure it out on your own. You might not be as much of a noob as you think after all.

    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.

    Jussmann

    (@jussmann)

    It works for me perfect!

    And I’m running the 4.0 version!

    Super Great Love!
    Jussi

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How to place boxes horizontally’ is closed to new replies.