|
@@ -25,7 +25,7 @@ get_header(); ?>
|
|
|
|
|
|
<span class="news-date single"><?php the_field('news_date'); ?></span>
|
|
|
|
|
|
- <span class="event-published-date">Date & Time: <?php the_field('event_date_start'); ?> to <?php the_field('event_date_end'); ?></span>
|
|
|
+ <span class="event-published-date">Duration: <?php the_field('event_date_start'); ?> to <?php the_field('event_date_end'); ?></span>
|
|
|
|
|
|
<hr>
|
|
|
|
|
@@ -59,6 +59,9 @@ get_header(); ?>
|
|
|
|
|
|
<?php endwhile; ?>
|
|
|
<style>
|
|
|
+ footer.container-fluid {
|
|
|
+ margin-top: 80px;
|
|
|
+ }
|
|
|
p {
|
|
|
max-width: 100% !important;
|
|
|
}
|