Skip to content

Instantly share code, notes, and snippets.

@plugin-republic
Created March 6, 2024 14:01
Show Gist options
  • Save plugin-republic/ba86a0d55b1da946b7bd579814ce6e8e to your computer and use it in GitHub Desktop.
Save plugin-republic/ba86a0d55b1da946b7bd579814ce6e8e to your computer and use it in GitHub Desktop.
/* Display field labels and values in columns */
span.pewc-summary-panel-product-name {
width: 60%;
display: inline-block;
}
span.pewc-summary-panel-product-value {
display: inline-block;
width: 30%;
}
td.pewc-summary-panel-price {
width: 100px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment