Styling Issue on Safari
-
Thanks for coding such an awesome plugin.
I’ve implemented some custom CSS that is working fine on Firefox but needs to be tweaked or something for Safari.
When you look at the bottom of the Homepage https://buysubliminal.com with Safari, you’ll see the the text is not aligning correctly. Intead of stacking above and below the Stars it’s all falling on one line.
This is the styles that I’ve used, and just added the float, line height and height auto to try to get it to display correctly on Safari. But, as you can see it’s not helping.
/* RATINGS PLUGIN
——————————————— */#yasr_visitor_votes { float: left !important; heigth: auto !important; } .yasr-total-average-text { font-family: 'Open Sans', 'sans-serif'; font-size: 100%; line-height: 140%; text-align: left; text-transform: uppercase; color: #333333; font-weight: bold; } .yasr-total-average-text-small { font-family: 'Open Sans', 'sans-serif'; font-size: 90%; line-height: 140%; text-align: left; text-transform: uppercase; color: #333333; font-weight: bold; } .yasr_schema { font-family: 'Open Sans', 'sans-serif'; font-size: 100%; text-transform: uppercase; color: #333333; font-weight: bold; display: none !important; }
Hope you’ll be able to help me straighten this out because it looks aweful.
Thanks
- The topic ‘Styling Issue on Safari’ is closed to new replies.