Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #868347

    c1s
    Participant

    Hi,

    I inserted a shortcode for a button into the revolution slider which works fine. The only problem is the behavior of the button in smaller screens: it resizes far too much.

    Is it possible to change the resizing of the button inside the slider?

    Thanks!!

    #868348

    c1s
    Participant
    This reply has been marked as private.
    #869015

    Christopher
    Moderator

    Hi there,

    Please add the following code in Customize -> Custom -> CSS :

    @media (max-width:480px){
    .tp-caption a.x-btn.x-btn-transparent.x-btn-rounded.x-btn-regular {
        width: 100% !important;
        font-size: 15px !important;
    }
    }

    Hope that helps.

    #869113

    c1s
    Participant

    Christopher, that’s working great! Thanks very much!! 🙂

    #869457

    Rupok
    Member

    You are welcome!

    Glad that it helped. Feel free to let us know if you face any other issue. We’ll be happy to assist you.

    Thanks for using X.

    Cheers!