template.scss 201 B

123456789
  1. // Make page header alignment consistent with widget page header alignment
  2. .universal-wrapper h1 {
  3. text-align: center;
  4. }
  5. // Center the CTA shortcode button
  6. .cta-group {
  7. justify-content: center;
  8. }