标签: css wordpress responsive-design hamburger-menu
我正在研究WordPress website。我的问题是,在iPad横向模式下,导航菜单会显示在徽标下方。
根据第二张图片,我需要的是在横向上显示“汉堡包菜单”。
答案 0 :(得分:2)
通过查看您的代码,您只需将媒体断点从@media only screen and (max-width: 979px)更改为{802}附近的@media only screen and (max-width: 1080px)即可。
@media only screen and (max-width: 979px)
@media only screen and (max-width: 1080px)