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.
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.
can you please sent DM
Please add the following CSS to your assets/theme.css bottom of the file.
.mobile-nav {
margin-top: 15%;
}
Thanks!
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 ?
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!
Everything is good. Thanks again for the help !