WebsiteBaker 2.13.8 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
When page is loaded are the menu not mobile.
<!--<link rel="stylesheet" media="screen and (max-width: 768px)" href="<?php echo TEMPLATE_DIR; ?>/mobiles.css" />-->
@media screen and (max-width: 768px) { insert here all the content from mobiles.css}
2. style.css, below the normal css-code, insert:Code: [Select]@media screen and (max-width: 768px) { insert here all the content from mobiles.css}