diff --git a/assets/opalestate.css b/assets/opalestate.css
index c1b5eac9..b0895163 100755
--- a/assets/opalestate.css
+++ b/assets/opalestate.css
@@ -1025,6 +1025,9 @@ Use it to make something cool, have fun, and share what you've learned with othe
.opalesate-archive-top .opalestate-sortable .form-control, .opalesate-archive-top .opalestate-sortable .select2-selection--single {
padding-top: 8px; }
+.opalestate-results .contact-share-form-container {
+ padding: 30px; }
+
.opalesate-archive-bottom {
position: relative; }
diff --git a/assets/scss/opalestate/_archive.scss b/assets/scss/opalestate/_archive.scss
index c331eeb9..b1927a16 100755
--- a/assets/scss/opalestate/_archive.scss
+++ b/assets/scss/opalestate/_archive.scss
@@ -70,6 +70,11 @@
}
}
}
+.opalestate-results {
+ .contact-share-form-container {
+ padding: $grid-gutter-width;
+ }
+}
.opalesate-archive-bottom {
position: relative;
}
diff --git a/inc/vendors/elementor/widgets/opalestate-account-button.php b/inc/vendors/elementor/widgets/opalestate-account-button.php
index 4799485e..abf71bc0 100755
--- a/inc/vendors/elementor/widgets/opalestate-account-button.php
+++ b/inc/vendors/elementor/widgets/opalestate-account-button.php
@@ -471,7 +471,9 @@ class Opalestate_Account_Button_Elementor_Widget extends Opalestate_Elementor_Wi
-
+
+
+
@@ -479,7 +481,7 @@ class Opalestate_Account_Button_Elementor_Widget extends Opalestate_Elementor_Wi
echo '
' . ( $settings['logged_in_enable_label'] && $settings['logged_in_label_text'] ? '' . esc_html( $settings['logged_in_label_text'] ) . '' : '' ) . '
- ';
+ ';
?>