Hi guys!
Love Enfold to the core!!
Layout looks great but when it comes to mobile mode, the button adapts to weird size.
Scroll all the way to the bottom (the yellow background part with 3 buttons).
I need all 3 buttons to have FIXED width in mobile.
How do i go about doing that?
Hi fairusd!
First of all, thanks a lot for your kind words, we do appreciate them a lot.
What should be their fixed size, can you please let us know?
How do you want them to appear, one below the other or in the same row?
Best regards,
Basilis
Thanks for replying!
I need the 3 buttons to be displayed one below the other with FIXED width.
Right now the 2nd buttons appears shorter than the other two.
Would be great if you recommend a specific width that will make them appear the same in mobile.
Thank you!
Hey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 767px) {
.avia-button.avia-size-x-large { min-width: 300px; }
}
Cheers!
Josue
Thanks Josue!
I tried the CSS but it did not work :(
I looks great on desktop but not on mobile – the black buttons.
Would be great if you could help me fix it.
Hey i got it to work!
Apparently i missed out copying a character from your code.
Thanks!!
You are welcome, glad to help :)
Regards,
Josue