Can someone help me how to set the submenu as dropdown instead of up?
I would also like to place the announcement above the menu.
Link: cosmo-coffee.ch
Can someone help me how to set the submenu as dropdown instead of up?
I would also like to place the announcement above the menu.
Link: cosmo-coffee.ch
@Melanie13 May this help you. Click Here
Please add this CSS to your css file
[data-x-menu--sub-above=true] .x-menu--level-2--container {
bottom: auto !important;
}
Thanks!
Thank you so much, that worked perfectly, now the only problem is that the announcement is not visible.
Please add this CSS to your css file
and if helpful than accept the solution
.template--index .announcement--root{
display:block !important;
}
Thank You!
Thanks @infoatcodelab7 , it is now visible on the welcome page. But on the other pages (e.g. https://www.cosmo-coffee.ch/collections) it is hidden behind the header.
Please add this CSS to your css file
.fullscreen-container {
display: inherit !important;
}
Thanks!
Unfortunately, it does not work. Maybe is it possible to place the announcement under the header?