Better css style to hide instagram header second row
authorLaury GvR <laury@gaslightmedia.com>
Mon, 29 Apr 2019 20:52:47 +0000 (16:52 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Mon, 29 Apr 2019 20:52:47 +0000 (16:52 -0400)
css/app.css
parts/header-meta.php
scss/plugins/_crowdriff.scss

index 44e57c5..26294d1 100644 (file)
@@ -6970,7 +6970,7 @@ body .off-canvas-wrap .county-landing-page-template #header-crowdriff .loadMore
   margin: 0 auto;
   display: block; }
 
-#header-crowdriff #cr__app .cr__gridRow.clearfix:last-child {
+#header-crowdriff #cr__app .cr__gridRow.clearfix:last-of-type {
   display: none; }
 
 /* These are the basic styles for calendar, there are several others that can be added from the calendar's mark up. 
index 53f4948..e29f2f7 100644 (file)
@@ -3,7 +3,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <title><?php wp_title(); ?></title>
     <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/animate.min.css">
-    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=0.0.15">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=0.0.15.0">
     <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
     <link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri() ; ?>/assets/favicon.ico">
     <link href='https://fonts.googleapis.com/css?family=Lato:400,400italic,700|Josefin+Sans|Lato' rel='stylesheet' type='text/css'>
@@ -12,4 +12,4 @@
       gravity_form_enqueue_scripts( 3, true );
     } ?>
     <?php wp_head(); ?>
-  </head>
\ No newline at end of file
+  </head>
index 8058c57..00db18a 100644 (file)
@@ -16,6 +16,6 @@ body .off-canvas-wrap .county-landing-page-template #header-crowdriff{
         display: block;
     }
 }
-#header-crowdriff #cr__app .cr__gridRow.clearfix:last-child {
+#header-crowdriff #cr__app .cr__gridRow.clearfix:last-of-type {
     display: none;
 }
\ No newline at end of file