在浏览器中,点击F12查看移动菜单。如果在640px&;之间调整浏览器大小;641px您可以看到应用的不同样式。您只需覆盖mobile的样式。
这是我想到的。将这些样式粘贴到Admin > Appearance > Customize > Additional CSS
.
.top-bar .title-area {
float: left !important;
}
section.top-bar-section {
display: inline-block !important;
}
.top-bar-section li.active:not(.has-form) a:not(.button) {
padding: 0 21.66667px !important;
line-height: 65px !important;
}