Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1381607

    elxdesign2016
    Participant
    This reply has been marked as private.
    #1381835

    elxdesign2016
    Participant

    it’s regarding frenetico.de

    #1382210

    Rad
    Moderator

    Hi 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!

    #1382911

    elxdesign2016
    Participant

    Hi,

    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

    #1383699

    Rue Nel
    Moderator

    Hello 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.

    #1384176

    elxdesign2016
    Participant

    Cool, 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

    #1384809

    Rue Nel
    Moderator

    Hello 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.

    #1423388

    elxdesign2016
    Participant
    This reply has been marked as private.
    #1424123

    Christian
    Moderator

    Hey 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.