This topic has 4 replies, 2 voices, and was last updated 4 years, 4 months ago ago by Rose Tyler
Hello, I want sidebar button to top on mobile version.
I dont want sticky icon on the left.
you can see on the screenshot
https://prnt.sc/t7di5i
Hello,
There are 3 types of Sidebar Position For Mobile, you can find them in Theme options > WooCommerce (Shop) > Shop > Shop page Layout
Regards
This is not my answer of quastion ?
I want like at screenshot
https://prnt.sc/t7kg5t
As was mentioned, there is no such option. You can add a request here – https://www.8theme.com/taskboard/
Or add widgets in Appearance > Widgets > Shop filters area > go to Theme Options > WooCommerce (Shop) > Shop > Shop page Layout > Hide Sidebar For Mobile Devices > On, add the next code in Theme Options > Theme Custom CSS > Custom CSS for desctop:
.filter-wrap .filter-content .open-filters-btn {
display: none;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up