Have main menu visible under header in Prestige Theme

I would like the full main menu to display on a mobile device as a bar under the header but above the image slider, as well as via the hamburger menu on the left. The whole menu wouldn’t fit unless the font was tiny, so a scrollable bar would be great. Anyone able to help?

Hi @abbyangie

Could you share your store URL to check?

www.angiethelabel.com.au

Thank you

Hi @Moeed

You can try to add those CSS code at the bottom of theme.css file and check if it fit your requires

.drawer::part(base) {
top: 91px !important; 
}
.drawer::part(content) {
max-width: 100% !important;
}