Hello.
I have 4 buttons in a row.
But on smallar screen I want them to be on 2 lines instead but that have I done.
But I want the buttoms to be like the photo I have made her: http://cl.ly/image/3B401K1m0u3d
How do I do that?
Hi,
Please add following code to Quick CSS in Enfold theme options under Styling
@media only screen and (min-width: 768px) and (max-width: 989px) { .avia-button.avia-size-medium { min-width: 210px; } }
@media only screen and (max-width: 767px) { .avia-button.avia-size-medium { min-width: 231px; } }
Regards,
Yigit
Thanks :)