This topic has 5 replies, 2 voices, and was last updated 3 years, 9 months ago ago by Sejkan
Hi Dear,
Is there possible to set sidebar size 20% instead od 25% in shop/loop pages.
Hi,
Add this code in Theme Options > Theme custom CSS > Custom CSS for desktop:
.archive.woocommerce-page .sidebar {
width: 20% !important;
right: 80%;
}
.archive.woocommerce-page .main-products-loop {
width: 80% !important;
left: 20%;
}
Regards
I try something similar but after that I have problems in mobile pages.
You can check it. Content in shop page is slighly right with and smaller.
Where did you add the code? It is Global custom CSS or Custom CSS for desktop area?
Regards
Thank you a lot 🙂
The issue related to '‘Sidebar / Content width % in loop pages’' has been successfully resolved, and the topic is now closed for further responses