Featured frontpage items: reduced padding on text.
authorLaury GvR <laury@gaslightmedia.com>
Thu, 15 Oct 2015 13:55:02 +0000 (09:55 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 15 Oct 2015 13:55:02 +0000 (09:55 -0400)
css/app.css
parts/sidebar.php
scss/_structure.scss

index 19f10d3..166b516 100644 (file)
@@ -6755,7 +6755,7 @@ input[type="submit"].blogbutton {
   left: 0;
   color: white;
   font-size: 14px;
-  padding: 0 30px 0 10px;
+  padding: 0 25px 0 8px;
   font-weight: bold; }
 #sidebar .front-sidebar-featured-text {
   position: absolute;
@@ -6764,14 +6764,14 @@ input[type="submit"].blogbutton {
   color: black;
   font-size: 10px;
   text-align: left;
-  padding: 0 30px 0 10px; }
+  padding: 0 25px 0 8px; }
 #sidebar .front-sidebar-featured-more {
   position: absolute;
   top: 50px;
   right: 0;
   color: white;
   font-size: 11px;
-  padding: 0 30px 0 10px; }
+  padding: 0 25px 0 8px; }
 
 footer img {
   margin-top: 25px; }
index a498961..0b779d5 100644 (file)
@@ -24,7 +24,7 @@
                 <span class="front-sidebar-featured-text">Find property and land data</span>
                 <span class="front-sidebar-featured-more">> MORE</span>
             </a></li>
-            <li class="front-sidebar-featured-item"><a target="_blank" href="<?php echo esc_url( get_permalink( get_page_by_title( 'County Clerk' ) ) ); ?>">
+            <li class="front-sidebar-featured-item"><a target="_blank" href="<?php echo esc_url( get_permalink( get_page_by_title( 'Clerk' ) ) ); ?>">
                 <img src="<?php echo get_template_directory_uri(); ?>/assets/featured-court.jpg">
                 <span class="front-sidebar-featured-title">Vital Records</span>
                 <span class="front-sidebar-featured-text">Search birth, death & marriage records</span>
index 5453bc1..bf55e00 100644 (file)
@@ -1071,7 +1071,7 @@ input[type="submit"].blogbutton {
         left: 0;
         color: white;
         font-size: 14px;
-        padding: 0 30px 0 10px;
+        padding: 0 25px 0 8px;
         font-weight: bold;
     }
     .front-sidebar-featured-text {
@@ -1081,7 +1081,7 @@ input[type="submit"].blogbutton {
         color: black;
         font-size: 10px;
         text-align: left;
-        padding: 0 30px 0 10px;
+        padding: 0 25px 0 8px;
     }
     .front-sidebar-featured-more {
         position: absolute;
@@ -1089,7 +1089,7 @@ input[type="submit"].blogbutton {
         right: 0;
         color: white;
         font-size: 11px;
-        padding: 0 30px 0 10px;
+        padding: 0 25px 0 8px;
     }
 }
 //End of Sidebar