Hello,
I addded this code to move the products more to the left. But I also influenced my homepage. How can I be more specific in the code so that it only shows up on the shop page?
code used:
/* WINKEL linker column verwijderen */
@media only screen and (min-width: 850px) { .woocommerce-shop .div.row > div.col-md-3 { display: none!important; }
div.row > div.col-md-9 { width: 100%!important; }}
Thanks!
Gijs
hi
this will happen for sure because see
http://prntscr.com/26cbyl2
you have selected all the div.col-md-9 in row
so if you specify the page id class still this will happen
so this code can't be implemented in this way