【发布时间】:2019-12-11 07:09:02
【问题描述】:
我的移动菜单在桌面浏览器上运行良好,但在实际的移动设备上却不行。我已经在 Chrome、Safari 和 Firefox 上对其进行了测试。
我已经尝试过Menu appearing on mobile view in desktop browsers but not on actual mobiles,但这里的情况似乎不同。
<div id="mobileSticky">
<div class="title-bar" data-responsive-toggle="site-navigation">
<button class="menu-icon" type="button" data-toggle="mobile-menu"></button>
<div class="title-bar-title">
<a href="<?php echo esc_url(home_url('/')); ?>" rel="home"><img src="/wp-content/themes/imagineItStudios2017/assets/images/header/logo.svg" alt="Imagine It Studios" class="desktopLogo"></a>
</div>
</div>
</div>
我希望该菜单也能在小型桌面屏幕和移动设备上打开。
【问题讨论】:
标签: html wordpress sass zurb-foundation