/* Featured Grid Start */
#featured-grid {
list-style: none;
+ overflow: hidden;
+ text-align: center;
}
#featured-grid .featured-grid-item-wrapper {
padding: 10px;
list-style: none;
+ display: inline-block;
+ float: none;
+ vertical-align: top;
+ width: 33%;
+}
+@media (max-width: 1024px) {
+ #featured-grid .featured-grid-item-wrapper {
+ width: 48%;
+ }
+}
+@media (max-width: 640px) {
+ #featured-grid .featured-grid-item-wrapper {
+ width: 100%;
+ max-width: 320px;
+ float: none;
+ margin: 0 auto;
+ }
}
#featured-grid .featured-grid-item {
border: 1px solid lightgrey;
<h3>Featured {$terms.term_member_plur_cap}</h3>
- <ul id="featured-grid" class="small-block-grid-1 medium-block-grid-2 large-block-grid-3">
+ <ul id="featured-grid" class="">
{foreach $featuredMembers as $fm}
<li class="featured-grid-item-wrapper">
{if $settings.list_show_detail_link && !$fm.has_no_profile.value}