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 – move sidebar from bottom to top on mobile

Home / Forums / Kadence Theme / Sidebar – move sidebar from bottom to top on mobile

This topic is: Resolved
[Resolved]
Posted in: Kadence Theme

Tagged: ,

September 6, 2022 at 7:45 am

Hello,

How do I move the sidebar from bottom to top on mobile?

The GeneratePress theme can do this with this CSS code

@media
(max-width: 768px) {
.left-sidebar .site-content {
display: flex;
flex-direction: column-reverse;
}
}

What is the Kadence CSS code for this?

Thank you!

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