Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Bas Schuiling

    (@basszje)

    Hi,

    I can see that on that page that the first button is not looking good. This is because you have this code in your CSS Styles:

    [class*="bit-"] {
        float: left;
        padding: 15px;
    }

    This will add padding to anything that has a class with the word ‘bit’ in it. The button has a name with ‘fitbit’ in it.

    You should either get rid of that CSS ( or make it less specific ) or rename the button.

    Let me know if that answers your question.

    Plugin Author maxfoundry

    (@maxfoundry)

    @arinaarish is this issue resolved?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Max Button Design issue’ is closed to new replies.