This topic has 10 replies, 3 voices, and was last updated 7 years, 2 months ago ago by Rose Tyler
Hello
After updating Legenda theme up to 3.3:
1. Minimized Mobile Menu is displayed not correctly.
2. Line-height is too tall in sub-menu.
Please help me.
I need algorithm how to make it in future by myself, because at another Legenda website after the updating is the same problem.
Regards,
Vlad
Hello,
Could you please provide wp-admin access in Private Content? It is a bit strange issue that we do not have on our test site, so I need to check the problem more deeply to be sure that problem doesn’t relate to our theme or will be fixed in next theme update.
Regards
Rose, certainly
I thought that maybe you already had experience of solving this issue
There are wp-admin access and ftp access.
Regards
Hi there,
I would suggest to add this code in Theme Options > Styling > Custom CSS:
.menu-main-menu-container {
float: left;
width: 237px;
}
.et-mobile-menu > li > ul > li a{
margin-left:-1px !important;
}
Hello, Laranz
Unfortunately, the fisrt css-rule affects the main menu.
And the second one don’t change line-height of sub-menu. The latter still looks no good.
Regards
Please change this code
.et-mobile-menu > li > ul > li a{
margin-left:-1px !important;
}
to
.et-mobile-menu > li > ul > li > a, .et-mobile-menu > li > ul > li a:before {
line-height: 20px;
}
.et-mobile-menu > li > ul > li > a {
padding: 10px 0px 10px 30px;
}
Regards
Rose, already better.
But now items of sub-menu lists display not correctly (look at screen hereafter).
PS And the first bug I resolved by revised Laranz code:
.et-mobile-menu {
float: left;
width: 237px;
}
Not sure that is right, but it works.
Regards
Please, clear cache and check.
Regards
Rose, it’s ok!
Thanks a lot!!!!!
Regards
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up