Hi team,
Need your advise, i want to change the size of button in homepage slider, because is too small in mobile version, where i can change it?
Hi, You can add this code and Edit the desired padding
@media (max-width: 480px) { .awe-btn-12 { padding: 8px 10px; }}
Hi, You can add this code and Edit the desired padding