WebsiteBaker Support (2.8.x) > Templates, Menus & Design

Responsive-blue menu not showing correctly on iPhone

(1/2) > >>

apple:
Hi, the horizontal menu on Responsive-blue template does not collapse on iPhone. In another word, all my menu items are showing. It is fine on andriod phone. Can anyone tell me what is the fix for that please? Thanks

apple:
No one has the problem or fixs?  :?

dbs:
When page is loaded are the menu not mobile.
After choosing a menu-item it works.

apple:

--- Quote from: dbs on May 26, 2015, 11:45:01 AM ---When page is loaded are the menu not mobile.

--- End quote ---
Everything else seems to be working fine so far. On andriod phone is fine. The menu is collapsed. Only on iPhone all the menu items are showing. Does anyone else come across the problem and what is the fixs?

dbs:
Without loading mobile.css and inserting the content of mobile.css in a media query in style.css could helps.

1. index.php of the template, line 55, comment out

--- Code: ---<!--<link rel="stylesheet" media="screen and (max-width: 768px)" href="<?php echo TEMPLATE_DIR; ?>/mobiles.css" />-->
--- End code ---

2. style.css, below the normal css-code, insert:

--- Code: ---@media screen and (max-width: 768px) {

  insert here all the content from mobiles.css

}
--- End code ---

Hope it works.

Navigation

[0] Message Index

[#] Next page

Go to full version