Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

sidebar up on mobile woo

Home / Forums / Kadence Theme / sidebar up on mobile woo

This topic is: Not Resolved
[Not Resolved]
Posted in: Kadence Theme
May 28, 2022 at 7:51 am

Hello.
Can anybody help please?

->on shop pages a sidebar(just with filter) is down.
->trying to add it UP:


@media
only screen and (max-width: 479px) {
.woocommerce-page.has-sidebar
.content-container.site-container {
display: flex;
flex-direction: column-reverse;
}
}

-> but all of contnent goes REVERSE…. And “.sidebar” doesn’t work
-> How does it possible to reverse(get up the page) only sidebar on mobile?

Tks,Best regards Igor

  • The forum ‘Kadence Theme’ is closed to new topics and replies.