Home Forums WordPress Themes icon in button Breaks the text by clicking it Reply To: icon in button Breaks the text by clicking it

#2671
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