-
AuthorPosts
-
May 30, 2013 at 4:33 pm #24079
Hi, how can i fix this: the menu is overlapping into the logo in the ipad version,
you can see it at: http://www.purstudio.com/test
tks
Nicolas
May 31, 2013 at 2:56 am #122245Hi,
The menu should switch to dropdown or sliderOut Menu when viewing on an iPad. Check Enfold > Header > Responsive Header Main Menu.
Also, please check Enfold > General Settings > Responsive Layout > select Responsive Layout.
Regards,
Ismael
May 31, 2013 at 12:50 pm #122246Hi,
prefs are already at responsive header and responsive layout default (max with 1030px)…
May 31, 2013 at 2:05 pm #122247Seems as if your menu items are slightly too long. That´s why the menu overlaps a little before it changes to the dropdown. You could fix that by making your menu a little shorter but that can only be a quick fix I think. I would expect the menu to move under the logo if it becomes too wide (or the screen too small)
June 1, 2013 at 5:01 am #122248Hi,
@Michael Oeser: Thanks for the tip. I think it is a good idea.
@purstodio: You can use Media Queries to target the iPad view.
@media only screen and (min-width: 768px) and (max-width: 989px) {
.responsive .main_menu ul > li > a {
font-size: 11px;
}
}Add the code on your custom.css or Quick CSS.
Regards,
Ismael
June 26, 2013 at 1:23 pm #122249Hi!
I tried the Quick CSS code provided but it didn’t help. I also checked the default settings for Header and General, as suggested. When in portrait mode, the menu slides under the logo and it partially blocked. Any updates? Thanks for your help!
June 27, 2013 at 3:11 am #122250Hi,
Please give us a link to your website. Maybe, you have a lot of menu items.
Regards,
Ismael
June 27, 2013 at 12:40 pm #122251June 27, 2013 at 8:04 pm #122252Hi Venom – I think your logo is simply too big (should be 200 x 100 px)
June 28, 2013 at 6:38 am #122253Try following – open up enfold/js/avia.js and search for
if(first_level_items > 8 && !bottom_menu)Replace “8” with a lower value (eg “5”) and the theme should switch to the mobile menu when the user resizes the screen to < 1000px.
June 28, 2013 at 2:15 pm #122254Thanks for the suggestions! I’ll try them and hope it works.
-
AuthorPosts
- The topic ‘Menu overlapping on the logo (ipad)’ is closed to new replies.
