Viewing 1 replies (of 1 total)
  • Plugin Author wpgoods

    (@wpgoods)

    Hello,

    If you want to customize the size of the buttons in All In One Buttons, you’ll have to add some custom CSS to your WordPress theme.

    All In One Buttons includes CSS classes for alignment, size and color. Therefore, it is possible to change the size of every red button that’s left aligned.

    For example:

    .aio-button-left a.aio-red {
        width: 140px !important;
    }

    You cannot change the size of individual buttons because that would require inline CSS, which is considered bad practice.

    I hope this information helps.

    Kind regards,
    Brandon Bell

Viewing 1 replies (of 1 total)
  • The topic ‘Button size: make uniform?’ is closed to new replies.