diff --git a/assets/css/ea-donate-form-theme-styles.css b/assets/css/ea-donate-form-theme-styles.css index 9ad9a0f..9ce78e1 100644 --- a/assets/css/ea-donate-form-theme-styles.css +++ b/assets/css/ea-donate-form-theme-styles.css @@ -953,7 +953,6 @@ button.uslb-btn small{ } - @media only screen and (max-width: 70em) {} /* Modal */ @@ -1159,7 +1158,7 @@ fieldset.at-fieldset.AdditionalInformation legend { height: 100%; border-radius: 0; color: #ffffff; - position: relative; + position: absolute; text-align: center; top: 0; left: 0; diff --git a/wnet-everyaction-wp-css-and-js.php b/wnet-everyaction-wp-css-and-js.php index eb20148..f50eed9 100644 --- a/wnet-everyaction-wp-css-and-js.php +++ b/wnet-everyaction-wp-css-and-js.php @@ -14,7 +14,7 @@ class WNET_EveryAction_WP_CSS_and_JS { public $version; public function __construct() { - $this->version = '2023.09.18'; + $this->version = '2023.09.19'; /* use today's date in the line above in 'xxxx.xx.xx' format to make sure CloudFront is using this version. * If including the script elsewhere, it is generally best to also include that date as a query string */