Tagged: x
-
AuthorPosts
-
February 22, 2017 at 10:52 am #1381607This reply has been marked as private.February 22, 2017 at 2:45 pm #1381835
it’s regarding frenetico.de
February 22, 2017 at 8:07 pm #1382210Hi there,
I just checked and I’m not getting any issue similar to your screenshot. Please try the actual iPad Pro 🙂
Or do you wish to display mobile menu on iPad instead of desktop menu? iPad landscape screen resolution is in the boundary of desktop resolution, hence, desktop menu is displayed.
Thanks!
February 23, 2017 at 8:39 am #1382911Hi,
thanks for your reply, I’ve had this issue on the actual ipad, just wanted to to quick screenshot so in chrome…
I like the desktopmenu , do you have a line of code to add that the first or this menu entry will open to the right instead- see picture.thanks & best regards
moritz
February 23, 2017 at 7:04 pm #1383699Hello There,
Thanks for updating in and for the screenshots. To change the position of the sub menu, please add the following css code in the customizer, Appearance > Customize > Custom > Edit Global CSS
.masthead-inline .x-navbar .desktop .sub-menu { left: 0; right: auto; }
Please let us know if this works out for you.
February 24, 2017 at 6:07 am #1384176Cool, thanks! There is one more problem to the menudropdown- it opends downwards so the entries are not visible when the page is all the way to the top, it needs some automatic scrolldwon when klicked- otherwise the user does not (or only when he scrolls down) realize that the dropdownmenu has opend.
thanks best regards
Moritz
February 24, 2017 at 6:17 pm #1384809Hello There,
Thanks for updating in! If you want the sub menu to appear on top of the menu when the menu is not fixed on top of the page, please have the given css updated and make use of this code:
.masthead-inline .x-navbar .desktop .sub-menu { top: auto; bottom: 30px; left: 0; right: auto; } .masthead-inline .x-navbar.x-navbar-fixed-top .desktop .sub-menu { top: 32px; bottom: auto; }
Hope this helps.
March 28, 2017 at 2:48 pm #1423388This reply has been marked as private.March 29, 2017 at 8:30 am #1424123Hey Moritz,
Please see our migration tutorial here https://community.theme.co/kb/cornerstone-migration/. If you’re not comfortable with migrating WordPress sites though, I’d recommend you hire a third party developer or request a site migration from your host if applicable.
Thanks.
-
AuthorPosts