• I played with this add-on for a couple of hours, but decided to delete it and look for something not so intrusive. The buttons were so big that the 3 defaults don’t fit in a single line. There is very little control over where they appear (choices are Top or Bottom, they can’t be placed in a sidebar). And then, of course, they want to make money, so there are more add-ons that cost.

Viewing 1 replies (of 1 total)
  • Thanks for your rating.

    The buttons can be made more little very easy with some custom css:

    This determines the width of the buttons:

    .mashsb-buttons a {
    min-width: 105px;
    }

    This the distance text to edges of the button and so the total size:

    .mashsb-buttons a {
    padding: 13px;
    }

    Font size of the buttons:

    [class^="mashicon-"], [class*=" mashicon-"] .onoffswitch-label {
    font-size: 15px;
    }

    Everything is adjustable with some css skills, but feel free to ask me about custom changes and i am willing to describe the necessary steps.

Viewing 1 replies (of 1 total)
  • The topic ‘Works ok, but way too big’ is closed to new replies.