diff --git a/css/style.css b/css/style.css
index f878a9f..eb6ab3b 100644
--- a/css/style.css
+++ b/css/style.css
@@ -1435,6 +1435,27 @@ h4.mep-cart-table-title {
margin: -26px 0 0;
padding: 0 0 0 25px;
}
+
+
+.mep-ev-waitlist-active{
+ padding: 10px;
+ position: absolute;
+ right: 0px;
+ top: 0px;
+ border-radius: 10px 0px 0px 10px;
+}
+.mep-ev-waitlist-active h2{
+ font-size: 18px;
+ color: #fff !important;
+ font-weight: bold;
+}
+
+
+
+
+
+
+
/* Responsive CSS
=====================================================================*/
@media only screen and (min-width: 768px) and (max-width: 990px) {
diff --git a/inc/mep_event_meta.php b/inc/mep_event_meta.php
index 5ae307d..ccac5d6 100644
--- a/inc/mep_event_meta.php
+++ b/inc/mep_event_meta.php
@@ -764,7 +764,6 @@ function mep_event_ticket_type() {
function mep_event_date_meta_box_cb($post){
$values = get_post_custom( $post->ID );
$more_date = get_post_meta($post->ID, 'mep_event_more_date', true);
-// print_r($values);
?>
@@ -776,13 +775,13 @@ $more_date = get_post_meta($post->ID, 'mep_event_more_date', true);
diff --git a/inc/mep_shortcode.php b/inc/mep_shortcode.php
index 9eec6a2..4a3a441 100644
--- a/inc/mep_shortcode.php
+++ b/inc/mep_shortcode.php
@@ -218,6 +218,9 @@ $author_terms = get_the_terms(get_the_id(), 'mep_org');
?>
+
+
+
@@ -225,6 +228,10 @@ $author_terms = get_the_terms(get_the_id(), 'mep_org');
+
+
+
+