Site logo

[Support request] Align 2 menu items at the bottom in mobile slideout menu

Home Forums Support [Support request] Align 2 menu items at the bottom in mobile slideout menu

Home Forums Support Align 2 menu items at the bottom in mobile slideout menu

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2407570
    takkularapsis

    Hi,

    I would like to move menu-item-1343 and menu-item-1347 to bottom of the mobile slideout menu, how could i achieve that?

    #2407615
    Fernando
    Customer Support

    Hi Takkularapsiis,

    Can you try adding this in Appearance > Customize > Additional CSS:

    nav#generate-slideout-menu .slideout-menu li#menu-item-1343 {
        margin-top: auto;
    }
    
    nav#generate-slideout-menu .slideout-menu {
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    
    nav#generate-slideout-menu .inside-navigation, nav#generate-slideout-menu .main-nav {
        height: 100%;
    }
    
    nav#generate-slideout-menu {
        box-sizing: border-box;
        width: unset;
    }
    
    nav#generate-slideout-menu .main-nav {
        width: 160px;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.