Can anyone please help, i dont know what i have done!
I click a product and it takes me to a different product.
Solved! Go to the solution
This is an accepted solution.
Hi,
You made mistake in theme.css file
.product-card {
position: left;
}
it should be
.product-card {
position: relative;
}
User | Count |
---|---|
735 | |
143 | |
102 | |
64 | |
37 |