Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #945584

    Hi
    There are a number of pages displaying different sizes of buttons similar to the link that I have provided below.Is it possible to add some code in order that all buttons on all pages will display the same size and wrap the text?

    James

    #945619

    Hey jshughes2013,

    Which buttons are giving you the issue? The orange ones near the bottom, or the ones to the right of the page?

    Best regards,
    Jordan Shannon

    #945623

    Hi Jordan

    It’s the ones to the right of the page

    James

    #945624

    Hi,

    Thanks for clarifying. Try adding this to quick css:

    .avia-button.avia-size-x-large{
    min-width:180px!important;
    max-width:180px!important;
    padding:10px 20px;
    }

    Best regards,
    Jordan Shannon

    #945762

    Thanks Jordan, that seems to work ok.

    James

    #946044

    Hi,

    Great! If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Button displaying different sizes on pages’ is closed to new replies.