Hi,
want to get rid of the side bar in the shop page, and make the shop page full width. with four products to show.
Please help
Hi,
want to get rid of the side bar in the shop page, and make the shop page full width. with four products to show.
Please help
Hi,
Please open up config.php in woocommerce-config folder inside the theme and change line 318 which looks like
get_sidebar();
to look like
//get_sidebar();
then add the css below to your quick css or to custom.css file
#top.archive .template-shop.content {
width: 930px;
}
2) In the backend > WooCommerce > Settings > Pages , near the bottom of the page there is a select box where you can change the number of columns from 3 to 5
Thanks,
Nick
You must log in to post.