I messed up somewhere and now my products are once again showing below my filters. I want the stuff in the collection to be shown on the right side and at the same height of the filters on the left.
Thank you for the help, I don’t know if the link brings you to the collection but you get there by clicking “Dames” on top.
Hey @Bramm ,
Welcome to the Shopify community!
You can follow the instruction below:
Go to Online Store->Theme->Edit code->style.css->paste bellow code in bottom of file.
@media only screen and (min-width: 980px) {
.cc-facet-filters {
float: left;
}
.cc-filters-results {
float: left;
}
}
If you feel like my answer is helpful, please Like and mark it as a solution**.** Let me know if you have any further questions.
Thank you!
Raman