• Resolved Thabto

    (@thabto)


    I want to align my slider to the left so there will be text to the right. Is there any way to do that?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Thabto,

    Custom CSS styles aren’t something we generally support for the free version, but something like this should get you started:

    (Add this to your themes style.css file and replace 123 with your slideshow ID)

    .metaslider-123 {
    float: left;
    margin-right: 10px;
    width: 300px; /* adjust this to your slideshow width */
    }

    Regards,
    Tom.

    In my case the correct css to adjust the metaslider is:

    div#metaslider_123

      {
      float: left;
      margin-right: 10px;
      width: 300px; /* adjust this to your slideshow width */
      }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can I change the alignment of the sliders?’ is closed to new replies.