Hi,
Is there anyway that i can add a button row element to a page and add 4 buttons in a row but the buttons are all the same size? If i add the element and select XL for all button sizes when viewing in responsive mode all the buttons are all different sizes according to text contained with them. What would i would like to achieve is to have all the buttons the same size regardless of text but being able to adjust the sizes.
Is there anyway you could help me with this please.
Many thanks.
Hey indigoflow,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top .av-subnav-menu > li.av-menu-button .avia-menu-text {
display: inline-block;
min-width: 150px;
}
#top .avia-button {
min-width: 250px;
}
If you need further assistance please let us know.
Best regards,
Victoria
Hey i am trying to create a custom css class that creates equal button sizes for button rows…
I tried:
.equal-button-class.avia-buttonrow-wrap {
min-width: 240px;
}
but it doesn’t seem to be working