• icon in button Breaks the text by clicking it

    Nitzang
    Participant

    Hello,

    In the button of the footer Callout there is arrow Once i click on that arrow in mobile its movine to right side and breaking the text in button,

    May i Please get your advice to fix it in that RTL site?
    Any css code i can add into site until you will fix it next version ?

    Thanks

    Nitzan

    1 Reply
    Adnan Shawkat
    Keymaster

    Hi there,

    On media query for mobile devices you can use the following css which will stop such action:

    
    .promotion .btn.btn-primary:hover i {
        text-align: left;
    }
    

    Remember to use this css code inside media query for mobile devices only.

    Regards

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.