Skip to content

Instantly share code, notes, and snippets.

@jrick1229
Created April 4, 2023 13:30
Show Gist options
  • Save jrick1229/bd58fef920ecf9c985e3b2d3f5218aaa to your computer and use it in GitHub Desktop.
Save jrick1229/bd58fef920ecf9c985e3b2d3f5218aaa to your computer and use it in GitHub Desktop.
Quick fix for: OPC_issue_506
<style type="text/css">
@media only screen and (min-width: 783px) {
.opc-pricing-table-product.product-item.cart:first-child,
.opc-pricing-table-product.product-item.cart:nth-child(2) {
max-width: 50%;
width: 50%;
min-height: 186px;
}
.opc-pricing-table-product.product-item.cart:nth-child(3) {
border-left: 1px solid #e0e0e0;
}
.opc-pricing-table-product.product-item.cart:nth-child(3),
.opc-pricing-table-product.product-item.cart:nth-child(4),
.opc-pricing-table-product.product-item.cart:nth-child(5),
.opc-pricing-table-product.product-item.cart:nth-child(6),
.opc-pricing-table-product.product-item.cart:nth-child(7) {
width: 20.05% !important;
}
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment