Created
April 4, 2023 13:30
-
-
Save jrick1229/bd58fef920ecf9c985e3b2d3f5218aaa to your computer and use it in GitHub Desktop.
Quick fix for: OPC_issue_506
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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