Hi,
I am looking for a solution to remove the sidebar, only from the landing page of the shop.
I got this CSS from you:
.container .template-shop.av-content-small.units {
width: 100%;
}
.template-shop .sidebar {
display: none !important;
}
It removed the sidebar – But it also removed the sidebar from category subpage as well. I want it to be visible on the subpage.