I’ve looked through the forum and find very similar issues/replies but can’t solve the problem. Attached is a screen shot assembly showing a Kriesi header where the dropdown stays far to the right, out of the way. Ours sits farther left and slides over on top of the logo.
The customer wants no dropdown at all if it is over the logo. I can’t make it go away no matter what. Even killing all items in the Global menu doesn’t get rid of it. Is there a fix to make the dropdown stay right or not show up a all?
Hey Tim!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) {
#advanced_menu_toggle, #advanced_menu_hide { right: -25px; }}
Regards,
Yigit
Hi!
Please add following code to Quick CSS instead
@media only screen and (max-width: 480px) {
.responsive .logo a, .responsive .logo img {
max-width: 90%;
margin-top: 10px !important
height: auto !important; }}
Best regards,
Yigit
Hey!
Please decrease the value of max-width: 90% to 85% and flush browser cache on your mobile device. If it still overlaps, you can try decreasing it even further
Best regards,
Yigit