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

    (@ecorvo)

    HI, Im glad you liked the Responsive version. The 6 layout can be accomplished using the “inside a div” option. There you can create a class in CSS that has 16% width so the slidebox will automatically adjust to fit in. So 16% because 100/6 = more or less 16.

    Thread Starter woutervandenberg

    (@woutervandenberg)

    Thanks for your quick response.
    I used the “inside a div” option on the boxes.

    I used following CSS:

    .wp_col6{
    float:left!important;
    width:16!important%
    }

    and the following div:

    <div class=”wp_col6″ style=”margin-left: 50px; margin-right: auto; width: 150px;”>[virtual_slide_box id=”8″]</div>

    But it is not responsive now.

    What am i doing wrong?

    Plugin Author Enmanuel Corvo

    (@ecorvo)

    You are missing % after the 16

    Thread Starter woutervandenberg

    (@woutervandenberg)

    Super!
    It worked.
    Thanks!

    Plugin Author Enmanuel Corvo

    (@ecorvo)

    Glad it worked. If you are happy with the plug in I would really appreciate if you give it a 5 stars review:)

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Responsive pack 6 columns’ is closed to new replies.