Hi Guys,
How do I make the products on category pages display to full width with CSS?
https://expresswriters.com/product-category/industry-copywriting-services
Please see screenshot:
https://expresswriters.com/wp-content/uploads/2015/06/How-do-I-make-category-products-full-width.png
Thanks,
Josh
Hey Josh!
Try adding this code to the Quick CSS:
.responsive .archive#top #wrap_all .container {
width: 100%;
max-width: initial;
}
Cheers!
Josue