Update –
On mobile devices. the code will not turn the text 90 deg.
It will show it outsite the box.
Added this to the custom CSS and it’s ok now in Edge, Chrome and Firefox.
Hope it helps.
.sticky-popup span.popup-title{ -webkit-transform: rotate(0deg) !important;
padding-left: 0px !important;
}
.sticky-popup span.popup-title { -moz-transform: none; }
lindsaycoats,
I see that you got it fixed on your website. Can you explain what you did?
the firefox fix .sticky-popup span.popup-title { -moz-transform: none; } works for firefox, but not for chrome.
Hope to hear from you.
With kind regards,
Maarten