Hi,
I have a button in the widget in the footer. I just would like to point it to change the dimensions in responsive. The custom_class of the button is: btask
I used this code:
@media only screen and (max-width: 767px) and (min-width: 480px) {
.responsive .btask .button {
padding: 8px 20px 8px 20px !important;
}
}
BUT not work, what changes do i need?
THANKS
Hi,
Thanks.
I just add the code: .avia-button and issue resolved.
Thanks