hi guys
please can you advise a css fix on your theme when you visit the site
the google reviews on the side on a tablet don’t render properly. Where it shows the google reviews on the right hand side column, when viewing this on a ipad it cuts off half of the text to the right, also could this be looked at please and advise me on a css fix?
Hey codecreative,
Add this to quick css:
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
.inner_sidebar.extralight-border{
margin-left:5px!important;
}}
Best regards,
Jordan Shannon
Great that appears to be working now thanks
Hi,
No problem I’m happy to help. If you need anything else, please let us know here in the forums.
Best regards,
Jordan Shannon