Skip to content

Instantly share code, notes, and snippets.

@skipshean
Created December 21, 2016 02:38
Show Gist options
  • Save skipshean/2854984150d5516da29539a425b21287 to your computer and use it in GitHub Desktop.
Save skipshean/2854984150d5516da29539a425b21287 to your computer and use it in GitHub Desktop.
Remove the sidebar in Divi theme WooCommerce pages
/*=====[ Divi Theme hide sidebar on WooCommerce product and shop pages ]=====*/
.woocommerce-page #left-area {
padding-right: 0 !important;
width: 100%;
}
.woocommerce-page #sidebar {
display: none;
}
.woocommerce-page #main-content .container::before {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment