Viewing 1 replies (of 1 total)
  • Plugin Author John Gardner

    (@jgardner03)

    Hi,

    Thanks for using my plugin. There’s nothing you missed specifically. There’s actually no width property on the button itself, its width determined by the amount of text it has to display (plus some padding).

    I’ll add the necessary fix to the next version of the plugin, but until then you can address this pretty easily by adding the following to your theme’s style.css file

    .arconix-button {
        white-space: normal !important;
        max-width: 90%;
    }

Viewing 1 replies (of 1 total)

The topic ‘Buttons not responsive’ is closed to new replies.