I have a problem with the full width button. The button does not extend to the entire width.
Hey creativeopole,
It’s not clear from your post, but I’m guessing you need help with something? If so then where can we see the problem?
Best regards,
Rikard
How to remove border radius only for the full width button. So as not to remove in the other buttons.
Hi,
It looks like the border radius was removed. Did you still need help?
Best regards,
Jordan Shannon
I removed the border radius, unfortunately with all buttons. I would just like to remove the entire width from the button.
Hi,
Add this to quick css to target the full-width buttons only:
a.avia-button-fullwidth span.avia-button-fullwidth{
border-radius:130px!important;
}
Best regards,
Jordan Shannon