Viewing 3 replies - 1 through 3 (of 3 total)
  • Put this in custom css:

    .mashsb-container {
    margin: 0 auto;
    max-width: 230px;
    }

    play with max-width until it fits

    Thread Starter wereblog

    (@wereblog)

    thanks for the fast reply. but sir i only want to center the buttons on mobile. When i used that css code it is also centered even on desktop layout.

    BTW I love the newest update of Mashare.

    Use this instead:

    @media only screen and (max-width: 460px) and (min-width: 100px){
    .mashsb-container {
    margin: 0 auto;
    max-width: 230px;
    }
    }

    Best regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to center share buttons on mobile’ is closed to new replies.