From 06f704e4df608f38d7fba7378999709ed5922686 Mon Sep 17 00:00:00 2001 From: Andre Bulatov Date: Fri, 29 Jan 2016 02:56:19 -0500 Subject: [PATCH] Prettied up and Normalized VOICE Opinion Posts grid --- .../themes/mag-wp/archive-opinion_post.php | 77 ++++++++++++------- .../themes/mag-wp/css/colors/default.css | 9 ++- 2 files changed, 57 insertions(+), 29 deletions(-) diff --git a/wp-content/themes/mag-wp/archive-opinion_post.php b/wp-content/themes/mag-wp/archive-opinion_post.php index bee170f..5a29300 100644 --- a/wp-content/themes/mag-wp/archive-opinion_post.php +++ b/wp-content/themes/mag-wp/archive-opinion_post.php @@ -11,7 +11,7 @@ -
+
@@ -33,36 +33,61 @@ query_posts( array( 'post_type' => 'opinion_post', 'paged' => $paged ) ); if (have_posts()) : while (have_posts()) : the_post(); ?> - -
  • id="post-"> +
  • id="post-"> + +
    + + + + + + article image + +
    +
    - - - - - - - - article image -
    + +
    -

    +

    + +

    +

    + - - - - - term_id ) . '">' . $category[0]->name.' ';} ?> -

    - +
  • diff --git a/wp-content/themes/mag-wp/css/colors/default.css b/wp-content/themes/mag-wp/css/colors/default.css index 59b9c26..edde363 100644 --- a/wp-content/themes/mag-wp/css/colors/default.css +++ b/wp-content/themes/mag-wp/css/colors/default.css @@ -2008,8 +2008,11 @@ h6.post-answer { } - - +/* Voices -- opinion post */ +ul#masonry_list li.opinion_post a.entry-thumbnail { + width: 266px; + height: 122px !important; +} /* Album reviews */ .single-content .review .review_info h2 { color: #e34848; @@ -2038,7 +2041,7 @@ ul#masonry_list li a.entry-thumbnail { position: relative; } ul#masonry_list li a.entry-thumbnail img { - height: 100% !important; + height: auto !important; width: 100%; position: absolute; top: -100%;