Tagged: Widget
Hi,
I can see all my sidebar “Filter Widgets” on the shopping page on a normale screen.
On a mobile device the “Filter Widgets” are gone.
I would like to see the Widgets on top of the content on the shopping page.
Please advise!
Erik
Hey Erik,
Can you post a link to your site? so we can take a closer look.
Best regards,
Nikko
Hi,
Try adding this css code in the Quick CSS section located in Enfold > General Styling:
@media only screen and (max-width:767px) {
.responsive #top.archive.woocommerce-page #main .sidebar {
display: block;
border-color: transparent;
}
.responsive #top.archive.woocommerce-page #main .sidebar .inner_sidebar {
margin-left: 0;
}
.responsive #top.archive.woocommerce-page #wrap_all .container_wrap_first .container {
display: flex;
flex-direction: column-reverse;
}
}
Hope it helps :)
Best regards,
Nikko
That did the trick!
Thanks :-)
Hi,
Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Please close, and thanks for the great support!!