Advertisement
tommyosheawebdesign

foh css for checkout

Jul 15th, 2020
898
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.39 KB | None | 0 0
  1. .pmpro_checkout-fields{
  2.     width: 50%;
  3.     margin-left: auto;
  4.     margin-right: auto;
  5. }
  6.  
  7. .pmpro_checkout-h3-name {
  8.     margin-left: auto !important;
  9.     margin-right: auto !important;
  10.     width: 50%;
  11.     display: block !important;
  12. }
  13.  
  14. .pmpro_checkout h3 span.pmpro_checkout-h3-msg, .pmpro_a-print {
  15.     color: #A3A5A9;
  16.     margin-left: auto;
  17.     margin-right: auto;
  18.     display: block;
  19.     width: 50%;
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement