This topic has 9 replies, 2 voices, and was last updated 6 years ago ago by Rose Tyler
Hi Guys,
The hamburger menu doesn’t appear on mobile.
I tried removing all files from my child theme and it’s still missing. The code looks different from your demo which I compared.
Any ideas?
Hello,
The menu is overlapped by your logo. You can add this code in Theme Options > Custom css > Global custom css:
@media only screen and (max-width: 992px) {
.header-logo .logo-fixed {
transform: translateX(50%);
}
}
Regards
Can it be fixed without a work around?
Also, it used to be aligned to the right, so did the mobile menu.
Is it possible to get them back to the right hand side to match the desktop menu?
1) The situation is caused by your changes in the child theme. With parent theme, it looks like this – http://prntscr.com/lhfdri You can temporarily activate parent theme on site and check.
2) On the right side, you may see cart and wishlist icons. Please describe in more details the desired result.
Regards
before the update it was formatted like this:
But after the update this changed to this:
I’ve double checked this on Xstore Version: 4.21.1.
This is what my client signed off on, not the new layout.
Can it be changed back, fixed or am I stuck with the new layout for mobile?
Please change this code http://prntscr.com/lhvgit to
@media only screen and (max-width: 992px) {
.header-wrapper .container-wrapper {display: flex;}
.navbar-toggle {
left: auto;
right: 0;
}
.navbar-header {
margin-right: 35px;
}
.navbar-toggle .et-icon {
vertical-align: middle;
}
.header-logo{
text-align:left;
}
}
Regards
Thanks Rose, your a star!
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up