Hello Ciaran,
On my clients test website I've managed to get the sidebar B before the component on mobile with the following code (found in the forum):
@media only screen and (max-width: 1010px) {
#main {display: flex; flex-direction: column; }
.sidecol_b, .main-content { order: 0; width: 100%; }
}
What I tried to achieve is to get the Module Title and the hamburger menu in one line.
Unfortunately not with any success.
Is there a way to achieve this?
Thanks!
Greetings,
Ton