This topic has 2 replies, 2 voices, and was last updated 1 years, 4 months ago ago by Rose Tyler
How do I make changes in the category page side bar, (https://ibb.co/N302sx2) I want to lower the width size and make custom changes. please help
Hello, Ammarzo,
Thank you for getting in touch with us.
Custom CSS code can be used, for example, add the next code in Theme Options > Theme custom CSS:
.tax-product_cat .sidebar-left {
width: 20%;
right: 80%;
}
.tax-product_cat .main-products-loop {
left: 20%;
width: 80%;
}
Also, check available settings in Theme options > WooCommerce > Shop > Shop Page Filters.
The content of the sidebar can be edited via Appearance > Widgets > Shop sidebar.
If you have any additional questions or concerns, please do not hesitate to reach out to us. Our support team is always available to assist you.
Kind Regards,
8theme team
Tagged: category page, changes, elements, themes, width, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up