Quote Originally Posted by AndyJordaan View Post
Hi Anne,
Ok . . . it took a bit of hunting but I think I go it.

I found " responsive_default.css " could be the culprit

The initial opening bracket was killing the code (a lot of the code was grey ).

As soon as the bracket was gone the flyout started to perform as supposed too. . . .
/*
@media (max-width:480px){
*/
became
@media (max-width:480px)

I must also mention that a long while ago I found an identical problem in another css, I keep record so if it becomes relevant I could look it up with the reason that I took the bracket away there . . .

Thanks for the hint I was definitely a stumped

Andy
I am happy that you figured out the problem. But, this is not a problem inherent in the template package. Also, the responsive_default.css stylesheet is only used for devices that are not detected by the php mobile detect script.

Thanks,

Anne