Announcement bar above the menu / Debut theme

Hey,

I would like to know how can I put my announcement bar under the menu bar on the mobile ?

Thanks

Link : https://relentless-clothingz.myshopify.com

Password : I will send you in private.

2 Likes

@Ulysse1300

I can help you. Please share your storefront password.

Thanks for posting!

1 Like

@Ulysse1300

can you please sent DM

1 Like

@Ulysse1300

Please add the following CSS to your assets/theme.css bottom of the file.

.mobile-nav {
    margin-top: 15%;
}

Thanks!

1 Like

I’ve got a problem when I add this CSS.

It shows everything so that’s good, but when I click on ‘‘shop’’ in the menu bar, and I come back on the menu bar the last section ‘‘about us’’ disappear. What can I do ?

1 Like

@Ulysse1300

Remove previously provided code and add this new code.

Please add the following CSS to your assets/theme.css bottom of the file.

.mobile-nav-wrapper.js-menu--is-open {
    display: block;
    transform: translateY(147px) !important;
}

Thanks!

1 Like

Everything is good. Thanks again for the help !