How to move the mobile menu item to top on Impulse?

Hi,

im looking to move the login link at bottom to above the secondary menu

any help would be appreciated

my site is https://luxurymrkt.com

1 Like

@Luxurymrkt

yes, please add this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
.mobile-nav__item:not(.mobile-nav__item--secondary)+.mobile-nav__item--secondary {
    margin-top: 0px;
}

.mobile-nav__item:not(.mobile-nav__item--secondary)+.mobile-nav__item--secondary .grid {
    display: flex;
    flex-wrap: wrap;
}

.mobile-nav__item:not(.mobile-nav__item--secondary)+.mobile-nav__item--secondary .grid .grid__item:last-child {
    order: 1;
}

.mobile-nav__item--secondary .one-half {
    order: 2;
}

Result

1 Like

Thanks again

1 Like

Hey there, @Luxurymrkt ! Big thank you to @KetanKumar for jumping in here and providing a solution! Can always count on you to have a meaningful impact for everyone here in the Community!

I took some time to explore your site @Luxurymrkt , and things are looking pretty good! I looked at your menus and noticed an issue that I wanted to bring to your attention. It looks like you have some menu items listed that are all titled the same thing, and don’t lead anywhere. I have a screenshot showcasing this for you below:

It’s likely these items are within the theme settings for the homepage menus, so consider looking in your theme editor to see if you can remove these items. Alternatively, you can remove the item from your navigation for now until you’re able to write in the correct designers you’re selling.

1 Like

Hey bud yes, the mega menu is still being updated before launch. Thanks for noticing. Tho.

@Luxurymrkt

its my pleasure to help us

@KetanKumar is the best. He’s helped me so many times !!