Viewing 1 replies (of 1 total)
  • Plugin Author Josh Leuze

    (@jleuze)

    Hi, you can use this custom CSS to center the paging buttons:

    
    .meteor-slides .meteor-buttons {
        text-align: center;
    }
    .meteor-slides .meteor-buttons a {
        display: inline-block;
        float: none;
        margin: 0 3px !important;
    }
    
Viewing 1 replies (of 1 total)
  • The topic ‘Center align buttons’ is closed to new replies.