Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.
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
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
You must be logged in to reply to this topic.
SupportOffline