Update the markup for the single blog footer from the 8 to medium 10 and
no offset.
Update style for the side bar ul to remove the margins.
margin-bottom: 30px; }
#blog-side-info p {
margin-bottom: 0; }
+#blog-side-info ul {
+ margin: 0; }
@media only screen and (max-width: 40em) {
#blog-side-info-wrapper {
p {
margin-bottom: 0;
}
+ ul {
+ margin: 0;
+ }
}
@media #{$small-only} {
#blog-side-info-wrapper {
</div><!--/#addthis_wrapper-->
<?php } ?>
<?php echo the_content(); ?>
- <footer class="entry-meta small-12 medium-6 medium-push-3 center">
+ <footer class="entry-meta small-12 medium-10 center">
<?php $post_categories = wp_get_post_categories( get_the_ID() );
$cats = array();
echo 'This entry was posted ';