How to move menu items into one line on split navigation?

Hello there!

We’re having some issues with the theme: https://themes.shopify.com/themes/impulse/styles/modern (Impulse Theme by Archetype Themes)

We have our menu navigation split up, logo centered, navigation items on the right and left side. It works really well on wide screens but when it comes to scmaller screens, the navigation splits up to 1 column, 2 rows structure.

We want to maintain the 1 column, 1 line structure. Can someone help me with this?

Thank you in advance,

Vanda

Hi @nekosan01 ,

Share Store URL with password?

Dear @oscprofessional

Thank you for your reply, it’s https://beyouma.myshopify.com/ with pass: teetea

We want the hedaer to look like this for example:

d4ce781330c65749b81ae2d8f76ba341.gif

.site-nav__item {
    display: table-cell;
}

Add this css at the bottom of

Online Store->Theme->Edit code->Assets->theme.scss.liquid

Thank you so much! You saved the day, works like magic! :slightly_smiling_face: I’m so grateful. Can i ask you one more thing?

The dropdown navigation overlaps to the header and it looks bad, is there some way to fix this? Red arrow shows the start of the dropdown, and green line shows where should it start.

Thank you in advance!

ul.site-nav__dropdown.text-left {
    top: 86px;
}

Online Store->Theme->Edit code->Assets->theme.scss.liquid

Dear @oscprofessional

Yes , we tried this solution too but this way the dropdown menu just disappears when you try to hover on it because it’s not connecting or i don’t know how to say this.

This is our navigation:

fe92260ba9b42b632c5297b8f560fb01.gif

And this is how we want it, if it’s possible just like on https://www.mindjournals.com/ header :

e22df853a37cc9293d60ef4fd6ddcecb.gif

For this you have to remove the header space and then adjust it dropdown box