Tagged: woocommerce
Hello Enfold
How do I enable a full width shop, without the sidebar?
Setting the sidebar to display:none, doesn’t provide full width functionality.
Hey Synergi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.woocommerce .content { width: 100% !important; border: none !important; }
.woocommerce .sidebar { display: none !important; }
Best regards,
Yigit
Hello Yigit
Thank you for that, it works!
I am having a problem with WPML and colours and WooCommerce variants changing, should I open a new thread for that?
Hi,
glad it’s working for you and yes please open a new ticket about that.
Best regards,
Andy