Menu in wrong column on mobile
-
Hi! Hope you can help me…
I’ve created a webshop using WooCommerce. In the accompanying sidebar are a few widgets, among which a Mega Menu and a search button.
Everything looks stunning on a big screen, but on mobile, the entire sidebar moves to the bottom of the page. Visitors have told me and the actual shop owner they were searching for the menu and the search, so it has to move just underneath the header on a mobile screen.
Apparently by default, the shop is “column 1” and the sidebar is “column 2” apparently.
Of course I can use something like this:
@media (max-width: 680px) {
.site-content .col-full { display: flex; flex-direction: column-reverse;
}
}or similar custom CSS, but that moves all the content of the sidebar to the top and not just Search. Aiming at just that one widget does not seem to work!
What can be the solution for this?
The page I need help with: [log in to see the link]
- The topic ‘Menu in wrong column on mobile’ is closed to new replies.