Home Forums Basel support forum CSS to move Rectangular label to Bottom Left Reply To: CSS to move Rectangular label to Bottom Left

#152631

oleg_dmitriev
Participant

Thank you! it worked fine, perfect!
In fact I changed Left Bottom in the Product Grid, and Right Top on the Product Page, but the main principle remained the same:

body .product-grid-item .labels-rectangular {
bottom: 15px;
top:auto;
}
body .single-product-content .product-images .labels-rectangular {
bottom:auto;
top:15px;
left:auto;
right:15px;
}