How can I rearrange the menu under the logo in Narrative theme?

Hello :slightly_smiling_face:

How can I set the menu to be under the logo and not on the left side as it is now?

(Narrative theme)

@Bartosz88 ,

Please share your site URL,
I will check out the issue and provide you a solution here.

Hi,
did you have time to read my previous msg :)?

https://mahalo77.myshopify.com/

@Bartosz88 ,

Please add this CSS to your theme

@media (min-width:768px) {
    .navigation.supports-no-js.critical-hide {
        opacity: 1;
        display: block;
        max-height: none !important;
        min-height: auto !important;
        overflow: unset;
        pointer-events: auto;
        position: unset;
    }
    .navigation__entrance-animation {
        opacity: 1;
        transform: unset;
    }
    .navigation__links {
        display: flex;
        justify-content: center;
        margin-bottom: 0;
    }
    .navigation__container {
        padding: 0;
    }
    .navigation__search,
    .navigation__social-sharing {
        display: none;
    }
    .navigation__search.navigation__entrance-animation {
        position: absolute !important;
        display: block;
        top: -71px;
        right: 0;
        color: #fff;
        width: 150px;
    }
    .navigation__link.navigation__has-sublinks:hover .navigation__sublinks-container {
        max-height: unset !important;
        visibility: visible;
        position: absolute;
    }
    .site-header-sections .site-header__section:last-child {
        position: absolute;
        top: 0;
        right: 155px;
    }
    .site-header__section.site-header__section--button[role="navigation"] {
        order: 3;
        width: 100%;
    }
    .site-header-sections.page-width {
        position: relative;
        flex-wrap: wrap;
    }
    button.site-header__navigation.btn.btn--clear.btn--square {
        display: none;
    }
    .navigation {
        background: none !important;
    }
}

Thanks!

Thank you :slightly_smiling_face:

  1. How can I remove search bar:

  1. How can I setup menu bar like this:

Logo is inside the manu (betwen)

@Bartosz88 ,

  1. remove the search bar
@media (min-width:768px){
   .navigation__search.navigation__entrance-animation {
        display: none;
    }
}

thanks!

@Bartosz88

  1. setup menu bar
@media (min-width:768px){
    .site-header-sections .site-header__section:last-child{
        right: -87px !important;
    }
    .navigation__search.navigation__entrance-animation {
        display: none;
    }
    .navigation__link a.navigation__link a{
        padding:0 0 0 128px !important;      
    }
    .navigation__links{
        margin-top: -65px;
    }
    .navigation__links{
        justify-content:space-between !important;
    }

}

Thanks!

Hi :slightly_smiling_face: Could you set up this code for brooklyn theme?

https://mahalo77.myshopify.com/
password: mahalo