bcdiesel wrote:I was about to ask the same question but found this answer - thank you.
However there seems to be a small issue regarding the ribbon placement of the product ribbons on each of the items inside the grouped product. I'm not sure if it's a CSS problem or not.
For example: https://www.bcdiesel.ca/en/bd-performance-fuel-injector-set-60-250hp-dodge-20045-2007
The ribbon in question is configured to be placed in the bottom-left of the product box, but you can see that it's not being set in the correct place. The ribbon is actually placing itself in a location that is partially inside the item above it (if that makes any sense) so it's actually being thrown into the top-left (and then some).
Is there a simple fix for this?
Cheers,
Travis
Greetings Travis,
to fix this issue, just add the following code to your
Custom Head Styles section:
@media all and (min-width:769px) {
.product-variant-line .ribbon-wrapper {
float: left;
}
}