Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #213539

    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

    #213548

    Hi,

    Thanks.

    I just add the code: .avia-button and issue resolved.

    Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Button in footer’ is closed to new replies.