- Posts: 43
- Thank you received: 0
Responsive Menu on Mobiles
-
gabrielbur
Inactive member - Topic Author
- Member
Less
More
2 years 19 hours ago #49795
by gabrielbur
Responsive Menu on Mobiles was created by gabrielbur
Hello,
I just noticed a problem with the Responsive menu display: Logo and menu are getting in the way.
If I look in your current Bakery template on your site, the menu is in a layer above the logo.
On my site, the logo appears to be above the menu, making neither readable.
How can I solve this?
Thanks in advance for your help.
Kind regards
Gabriel
I just noticed a problem with the Responsive menu display: Logo and menu are getting in the way.
If I look in your current Bakery template on your site, the menu is in a layer above the logo.
On my site, the logo appears to be above the menu, making neither readable.
How can I solve this?
Thanks in advance for your help.
Kind regards
Gabriel
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6742
- Thank you received: 715
2 years 17 hours ago #49796
by milos
Replied by milos on topic Responsive Menu on Mobiles
Hello,
Please provide a link to your site so we can inspect the code.
Regards,
Milos
Please provide a link to your site so we can inspect the code.
Regards,
Milos
Please Log in to join the conversation.
-
gabrielbur
Inactive member - Topic Author
- Member
Less
More
- Posts: 43
- Thank you received: 0
2 years 16 hours ago - 2 years 16 hours ago #49797
by gabrielbur
Replied by gabrielbur on topic Responsive Menu on Mobiles
Last edit: 2 years 16 hours ago by gabrielbur.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6742
- Thank you received: 715
2 years 15 hours ago #49798
by milos
Replied by milos on topic Responsive Menu on Mobiles
Hello,
Please add this in the custom.css file (at the top of the file):
You must clear the browser's cache if you don't see the changes.
Regards,
Milos
Please add this in the custom.css file (at the top of the file):
Code:
.logorow . mp_mainmenu {
position: relative;
z-index: 2;
}
You must clear the browser's cache if you don't see the changes.
Regards,
Milos
The following user(s) said Thank You: gabrielbur
Please Log in to join the conversation.
-
gabrielbur
Inactive member - Topic Author
- Member
Less
More
- Posts: 43
- Thank you received: 0
2 years 15 hours ago - 2 years 15 hours ago #49799
by gabrielbur
Replied by gabrielbur on topic Responsive Menu on Mobiles
Hello,
thanks!
But it only works with !important like this:
But nevertheless, now it works.
thanks!
But it only works with !important like this:
Code:
.logorow .mp_mainmenu {
position: relative;
z-index: 2 !important;
}
But nevertheless, now it works.
Last edit: 2 years 15 hours ago by gabrielbur.
Please Log in to join the conversation.
Time to create page: 0.198 seconds