Hi
is it possible to create avia button as circle? -> “Ich möchte verkaufen”
I found this css but the button text won’t break inside the circle, display only in one line.
/* Round buttons */
#top #wrap_all .my-custom-button,
#top #wrap_all .my-custom-button a.avia-button {
padding: 0;
min-width: 100px;
border-radius: 100px;
line-height: 100px;
}
Hey Sebastian,
I tested with a medium sized button and this css:
.my-custom-button,
.my-custom-button a.avia-button {
padding: 0;
width: 100px;
height: 100px;
border-radius: 100px;
line-height: 108px;
}
.my-custom-button .avia_iconbox_title {
width: 72px;
display: inline-block;
line-height: 16px;
}
This was the result:
Please give this a try.
Best regards,
Mike
cool .. works fine … need to know that the rounded corners in the button settings have to be set as well on 100.
Thx for help, we can close this here
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike