Tagged: category, page, service, Side Bar, woo commerce
Hi the page I’m working on is:
http://bodytalkminneapolis.com/index.php/services/
I would like to move the empty space on the right side please
and where or how do I arrange which category I want to show in order left to right?
Thank you!!
I tried to add:
.woocommerce.archive .content {
width: 100%;
border: none;
}
.woocommerce.archive .sidebar {
display: none!important;
}
and now it made the categories smaller
my intention is to have the categories to be the default size and go all the way from left to right
you can see they
where the side bar line was
Hi,
Please change the code to following one
.woocommerce.archive .content {
width: 100% !important;
border: none;
}
.woocommerce.archive .sidebar {
display: none!important;
}
Best regards,
Yigit
Thank you it worked, where would I find the option settings for increasing the category picture/square/container size?
Hey!
Please go to WooCommerce > Settings > Products > Display and decrease column count
Regards,
Yigit
That is supportive thank you.