Hi guys
I have some filters (size and colour) showing on my product category pages (see link http://bniproducts.co.uk.94-23-152-47.sjidesign.co.uk/product-category/apparel/) this is perfect
I need to hide them on my main shop page (http://bniproducts.co.uk.94-23-152-47.sjidesign.co.uk/shop/) so that I have NO sidebar or filters on this page, just products 100% width.
I have used Widget Logic to add is_product_category() to the sidebar to only show them on the product category page.
How can I make the Main Shop page 100% width please? and get rid of the bid white empty sidebar
Many thanks in advance
Dan
Hi Dan,
Please try the following in Quick CSS under Enfold->General Styling:
.html_entry_id_6 .container .av-content-small.units {
width: 100% !important;
}
Best regards,
Rikard
Hi Rikard
Thank you very much, works perfectly.
Regards
Dan
Hi,
Glad we could help you :)
Best regards,
Dude