Viewing 5 replies - 1 through 5 (of 5 total)
  • matchalabs

    (@matchalabs)

    Strange, I added this functionality to the development version today, it will be a slideshow option in version 1.4.

    In the mean time, to center all sliders, add this CSS to your theme:

    .metaslider {
        margin: 0 auto;
    }

    To center a single slider, add this CSS to your theme (replace 123 with the ID of your slider):

    .metaslider-123 {
        margin: 0 auto;
    }

    Please consider leaving a review if you like Meta Slider!

    Regards,
    Tom.

    Thread Starter twhennen

    (@twhennen)

    Terrific! Thanks for the quick response and awesome plugin!

    matchalabs

    (@matchalabs)

    No worries. Look out for the ‘center’ option in 1.4 – you’ll be able to remove that bit of CSS from your templates then.

    Thanks for the review! Much appreciated.

    Tom.

    Hi, I need center slider. I tried but i can not do it. Can you help me? Where i put code
    Mi website is http://www.bridesmaracaibo.com

    .metaslider {
        margin: 0 auto;
    }

    can you help step by step. sorry for english i dont speak very well

    If you can wait a few days then I will release the next version which will have a setting for this.

    Otherwise, in your WordPress admin, go to:

    Appearance > Editor. Make sure you’re working with the style.css file.

    Paste the code at the bottom of style.css.

    Regards,
    Tom

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