Move the categories filter to the top of the mobile view
-
Hi! i need to move the lateral bar of the web site, to the top if i see the web on the mobile. i saw another similar post and tried this code in adittional css, but doesnt work.
@media only screen and (max-width: 767px) { body.woocommerce .site-content { margin-bottom: 2em; display: flex; flex-direction: column; } body.woocommerce div#primary { order: 2; } body.woocommerce div#secondary-left { order: 1; } }
How can i fix it? Thank you!
The page I need help with: [log in to see the link]
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Move the categories filter to the top of the mobile view’ is closed to new replies.