Hi appieace,
I have managed to solve this issue now by changing the following line of CSS in the style.css file on the Kindergarten theme:
at approximately line 614 change the css:
from:
@media screen and (min-width: 799px) {
to:
media screen and (max-width: 10px) {
also change line 1904:
from:
@media only screen and (max-width: 799px) {
to:
@media only screen and (max-width: 10px) {
Hope this helps
Jan