Hello, i need to align this element to the left, here i what i mean:
https://snipboard.io/kfHlb6.jpg
what css code and where do i have to insert in the following code?
}
.listing-prize-img:hover .auto-listing-tooltip_text {
visibility: visible;
}
.single-listing-prize-wrap {
padding-bottom: 20px;
margin-left: -10px;
margin-right: -10px;
}
.single-listing-prize-wrap .listing-prize-img {
margin-right: 10px;
margin-left: 10px;
}
.single-listing-prize-wrap .listing-prize-img img {
max-width: 50px;
}
.listing-prize-img:last-child {
margin-right: 0;
}
.single-listing-prize-wrap .auto-listing-tooltip_text::before {
margin-left: -15px;
}
thank you
The page I need help with: [log in to see the link]