Free version error
-
I installed the free version eventhough its not been updated for 6 months. It works very well, but then I noticed there was an issue with rotated ipad view not switching settings. Having examined the widget-options.css I noticed a space missing as shown below.
WAS
.widget.clearfix-tablet{clear:both}}@media screen and (max-width: 736px)
SHOULD BE
.widget.clearfix-tablet{clear:both}} @media screen and (max-width: 736px)After adding the space, all works well and the rotated ipad screen works as it should.
The topic ‘Free version error’ is closed to new replies.