New Landing › How can we help? › Atelier › Product Categories page
Hi
1) I have reduced the sidebar
aside.sidebar.col-sm-3 { max-width: 20%; }
But that is still an empty space
2) How to slightly enlarge the products and push the column over?
Thanks
Hi,
Will need your site url.
-Rui
Can you update to the latest SwiftFramework version? https://www.dropbox.com/s/lp2ykgko3af7fdo/Screenshot%202016-12-30%2017.22.42.png?dl=0
Let me know after that.
Hi Rui, Thanks, I have updated with the latest SwiftFramework, what need to do next?
Try to add the code below to your custom css option.
.col-sm-9.col-sm-push-3.clearfix { left: 15%; }
Hi Rui, Thanks, now that is an empty space on the right. How to increase all the product size so it fits nicely?
Try this code instead.
.col-sm-9.col-sm-push-3.clearfix { left: 23%; width: 83%!important; } aside.sidebar.col-sm-3 { width: 17%!important; }
Oops, it has moved all to the right.
hhumm, will have to forward it to our head developer.
Hi Rui, How is it? How to solve this?
Please use this, it works for me during testing.
.col-sm-9.col-sm-push-3.clearfix { left: 17%!important; width: 83%!important; } aside.sidebar.col-sm-3 { right: 83%!important; }
Thanks David, but the menu went missing ….
Can you keep all your custom CSS in Theme Options => Custom CSS for now.
Please remove all custom CSS whilst I know look why the sidebar is now missing.
Ok done. Followed your instruction.
You must be logged in and have valid license to reply to this topic.