Sfoglia il codice sorgente

modify: event style

Mozahidur Rahman 1 anno fa
parent
commit
041ba03e5e
1 ha cambiato i file con 4 aggiunte e 1 eliminazioni
  1. 4 1
      single-event.php

+ 4 - 1
single-event.php

@@ -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;
 	}