auxilium2016
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Thank you!
Forum: Plugins
In reply to: [Sticky Popup] text upside down in ChromeThanks guys!
@andrew I installed Custom CSS plugin to place CSS code
@gagangiri94 I am sorry but the code you suggested didn’t work
But it’s fixed now. I used this code
.sticky-popup-right .popup-title { writing-mode: horizontal-tb; }I tried the code Joel.a.taylor suggested but replaced “left” with “right”. Popup was at the right hand side so I just thought to give it a try and it worked.
Thanks again 🙂
Forum: Plugins
In reply to: [Sticky Popup] text upside down in ChromeI tried making these changes here
Plugins >> Sticky Popups >> Edit >> sticky-popup/css/sticky-popup.css
Please let me know if I did something wrong!
Forum: Plugins
In reply to: [Sticky Popup] text upside down in ChromeThanks Joel / Dave
I am sorry but it didn’t work for me 🙁
I tried replacing this code
.sticky-popup-left .popup-title { padding:10px; writing-mode:tb-rl; -webkit-transform:rotate(90deg); -moz-transform:rotate(90deg); -o-transform: rotate(90deg); white-space:nowrap; display: block; }with your give code
.sticky-popup-left .popup-title { writing-mode: horizontal-tb; }I also tried
.sticky-popup-left .popup-title { writing-mode: horizontal-tb !important; }
Viewing 4 replies - 1 through 4 (of 4 total)