This topic has 4 replies, 2 voices, and was last updated 3 years, 5 months ago ago by Rose Tyler
Last for the night. Is it possible to have sidebar widgets same layout for mobile and table?
http://prntscr.com/13g85c9 Mobile
http://prntscr.com/13g862q Tablet
I want the tablet sidebar widget to stretch like the mobile layout. Thanks guys.
Hope the we can fix the text on this site. 🙁 want to launch this by june!
Hello,
Try to add the next code in Theme Options > Theme custom CSS > Global custom CSS:
@media only screen and (max-width: 992px) {
.shop-filters-area .sidebar-widget {
width: 100% !important;
}
}
Regards
Thank you! Works great!
Hello,
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up