Home › Forums › WoodMart support forum › Customize shop page › Reply To: Customize shop page
November 28, 2017 at 3:20 pm
#26073
Artem Temos
Keymaster
Sorry, but we can’t make images larger.
You can use this code snippet to move wishlist button a bit lower
@media (max-width: 1024px) {
div.product-list-item .woodmart-buttons {
top: 40px;
}
}