Hey Swift,
I’ve done a good bit of searching through previous threads and got close to achieving what I wanted but I’m not quite proficient in CSS yet.
I’ve created a specific Mobile Menu which is a shortened version of the Main Menu/Top Bar Menu. I’ve added some custom CSS based off of what I’ve found on the forum which is:
@media only screen and (max-width: 767px) {
#mobile-menu,
#top-bar .tb-right {
display: block;
}
}
However I think the third line is overriding the specified menu and reverting back to the original Top-Bar menu.
I look forward to your assistance. 🙂
Cheers,
Isaac