@Sakin
Hi
i have following in my css:
#secondary {
width: 18%;
}
#primary {
width: 114%;
}
.entry-header { display: none; }
If i remove all this the woocommers layout work(without displaying secondary)
But i need this layout on all other pages but the one with woocommerce.
Is there a way to keep the layout i have today and maybe change it on the pages with woocommerce?