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 :-)
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