Sidebar content displaying below Product detail on product pages.
Setting up a WooCommerce Shop – all is good except that the sidebar content is displaying below the product info. RECENT POSTS, RECENT COMMENTS and CATEGORIES – I want them to go away. :) Please help. Thank you!!!!
See example links…
Hey churban,
Please try the following in Quick CSS under Enfold–>General Styling:
.woocommerce .sidebar {
display:none !important;
}
Regards,
Rikard
That worked!! Thank you!!!