Two sliders next to eachother

Started 3 months ago by aclifford Latest reply from aclifford
  • This topic is resolved
    1. aclifford
      Member

      hi is there anyway to display two sliders next to eachother. Every time I try this, the slider is sent below the other one. Is this within my theme CSS or is there something I can do within your CSS to change this? take a look here:

      Turntablekitchen(dot)com/pairings-box-test

      password: test

      The sliders are at the very bottom: Thanks for the help!

      Posted 3 months ago #
    2. Hi,

      add float left to your vsliders, in your theme style.css
      =======

      .coin-slider{
      float:left;
      }

      Also increase delay between squares to 300ms from 30ms. in vslider setttings for a better fade transition effect.

      Posted 3 months ago #
    3. aclifford
      Member

      Thank you, that worked perfectly!

      Posted 3 months ago #

    Reply

    You must log in to post.