Sidebar on top on mobile
-
Hello, I can’t find a solution to show widgets above the main content in mobile view.
How can I get widgets to show before the post or page content?
I got this code but its only working with a single product page. If I want to show widgets first everywhere else on mobile? Like main shop page, specific category page, specific tag page etc etc
@media(max-width:767px){ .single-product #content-area { display: flex; flex-direction: column; } .single-product #left-area { order: 2; } .single-product #sidebar { order: 1; } }
Can someone help me with what to add to this code?
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Sidebar on top on mobile’ is closed to new replies.