This topic has 12 replies, 3 voices, and was last updated 7 years, 10 months ago ago by Rose Tyler
Hi guya,
On a mobile tablet or phone, after the homepage the menu shows as a desktop version no matter what homepage category is selected.
Mobile phone shows the issue worst and on a tablet if you turn it portrait.
How can the menu be set with the 4 bars as on other sites?
Kindest regards
Mark
Hello,
As I see mobile menu is shown fine http://storage9.static.itmages.com/i/17/0118/h_1484731471_3341322_26c770be3f.jpeg .
Please show a screenshot of the issue.
Regards,
Eva Kemp.
Hi Eve,
That screen shot is fine, but move onto the next stage.
Click on the menu (4 bars) and then click on any of the categories that appear, say Lingerie.
The main category page that comes up next shows all the categories first, instead of products with the menu (4 bars) appearing in the top area again. The bars disappear…. we don’t want this.
Kindest regards
Mark
Hello,
I’ve checked the menu and it’s working fine.
Sorry, but your question is unclear. Could you please clarify with more details what you want to achieve and provide screenshot?
Regards,
Rose Tyler.
Hi Rose,
I have attached a document via a link to show the details.
https://drive.google.com/file/d/0BxMbAhBiwv1sV0FBcGMtSEtkTUE/view?usp=sharing
Regards
Mark
Hello,
Unfortunately, there is no such possibility.
Try to add this code in Custom CSS:
@media only screen and (max-width: 992px){
.sidebar-mobile-top>.row, .sidebar-mobile-top>.product>.row {
flex-direction: column-reverse;
}
}
Regards,
Rose Tyler.
Hi Rose,
What is the location of this file?
Regards
Mark
Hello,
Please go to Theme Options > Custom CSS > Global Custom CSS and add the code.
Regards,
Eva Kemp.
Hi Eva,
Tried the code but the page messes up.
Please see images that have a link in private content.
The code is in the right place and the tab in the above section, is active.
Kindest regards
Mark
Hello,
Oh I see, please, change previous code to:
@media only screen and (max-width: 992px){
.page-wrapper .sidebar-mobile-top .content, .page-wrapper .sidebar-mobile-top .product-content{
-webkit-box-ordinal-group: 2;-ms-flex-order: 1;order: 1;
}
.page-wrapper .sidebar-mobile-top .sidebar, .page-wrapper .sidebar-mobile-top .single-product-sidebar{
-webkit-box-ordinal-group: 3;-ms-flex-order: 2;order: 2;
}
}
Regards,
Rose Tyler.
Thanks
Works perfectly.
Regards Mark
Hello,
You’re welcome!
Regards,
Rose Tyler.
The issue related to '‘Mobile Menu Not Hiding’' has been successfully resolved, and the topic is now closed for further responses