Site logo

Archived topic

Regarding Primary Navigation In Mobile mode

6 replies · Started by Mainak on January 20, 2020

Viewing posts 1–7 of 7

I am using Marketer demo on my website, but I want the Split demo mobile mode header on my website by using marketer Demo.

Please let me know.

Thanks

Done, enable all these things. then please tel knows the next steps.

Which CSS do I need to add?

Please let me know.

Hi there,

try this CSS:

.site-logo.mobile-header-logo {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.main-navigation.has-branding .menu-toggle {
    order: 0 !important;
    margin-right: auto;
}

It's worked but that's style I don't want. I want https://prnt.sc/qqqxum this type, and when I click the menu it needs to slide up and open the menu.

This archived topic is closed to new replies.