Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #551872

    Hey guys,

    there isn’t an option for manual size for buttons. the size depends on the text of the button.
    my question is, what css-code do I have to use to make them all the same size.
    With buttons I mean these red buttons in the left top corner: http://augegmbh.shaula.uberspace.de/wordpress/leistungen/

    Thanks :-)

    #552757

    Hi Daza1991!

    Add this to a codeblock element in the page.

    <style type = "text/css">
    .avia-button { width: 100% !important; max-width: 180px !important; }
    </style>

    Regards,
    Elliott

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.