content: " - ";
margin: 0 10px;
padding: 0; }
+ @media (max-width: 640px) {
+ .glmcustom-footer-list {
+ margin: 5px 0;
+ border-top: 1px solid white;
+ border-bottom: 1px solid white;
+ padding-right: 15px; }
+ .glmcustom-footer-list li {
+ width: 100%; }
+ .glmcustom-footer-list li + li a:before {
+ content: ""; } }
#glmBottom {
background: linear-gradient(180deg, #1162a2, #5095ca);
ul.vcard li + li + li::before {
content: " | "; }
-.vcard {
+ul.vcard {
margin: 0;
/*margin-top: 20px;*/ }
+ @media (max-width: 640px) {
+ ul.vcard {
+ margin: 0; }
+ ul.vcard li {
+ width: 100%; }
+ ul.vcard li + li + li:before {
+ content: ""; } }
.copyright {
margin-top: 10px; }
height: 165px;
font-size: 1rem;
/* max-height: 200px;*/
+ overflow: scroll;
text-align: center;
background-color: #f48228;
margin: 10px 0;
@media (max-width: 320px) {
#homepage_testimonials {
- height: 330px; }
+ height: 330px;
+ font-size: 14px; }
.metaslider {
display: none; }
.inner-container {
.homepage_testimonials_text {
padding: 25px 10px;
- overflow: hidden;
+ overflow: scroll;
height: 100%;
text-decoration: none;
color: white;
</section>
<footer id="glmBottom" class="row">
- <ul class="small-12 columns vcard">
+ <ul class="small-12 medium-6 medium-push-3 columns vcard">
<li class="fn">Gaslight Media</li>
<li class="street-address">120 E. Lake Street</li>
<li><span class="locality">Petoskey</span>, <span class="state">MI</span> <span class="zip">49770</span></li>
if (has_post_thumbnail()) {
$image_data = wp_get_attachment_image_src(get_post_thumbnail_id($post->ID),
"full");
- echo '<img class="small-12 columns" style="display: block; width: 100%; position: relative; padding: 0;" src="' . $image_data[0] . '";>';
+ echo '<img class="small-12 columns" style="display: block; width: 100%; position: relative; padding: 0;" src="' . $image_data[0] . '">';
}
?>
<div id="main" class="small-12 columns" role="main">
<?php // get_sidebar('left'); ?>
<?php if (has_post_thumbnail()) {
$image_data = wp_get_attachment_image_src(get_post_thumbnail_id($post->ID), "full");
- echo '<img class="small-12 columns" style="display: block; width: 100%; position: relative; padding: 0;" src="'.$image_data[0].'";>';
+ echo '<img class="small-12 columns" style="display: block; width: 100%; position: relative; padding: 0;" src="'.$image_data[0].'">';
}
?>
margin: 0 10px;
padding: 0;
}
+ @media (max-width: 640px) {
+ margin: 5px 0;
+ border-top: 1px solid white;
+ border-bottom: 1px solid white;
+ padding-right: 15px;
+ li {
+ width: 100%;
+ }
+ li + li a:before {
+ content: "";
+ }
+ }
}
// Footer area
#glmBottom {
ul.vcard li + li + li::before {
content: " | ";
}
-.vcard {
+ul.vcard {
margin: 0;
/*margin-top: 20px;*/
+ @media (max-width: 640px) {
+ margin: 0;
+ li {
+ width: 100%;
+ }
+ li + li + li:before {
+ content: "";
+ }
+ }
}
.copyright {
margin-top: 10px;
height: 165px;
font-size: 1rem;
/* max-height: 200px;*/
+ overflow: scroll;
text-align:center;
background-color: $secondary-color;
margin: 10px 0;
@media (max-width: 320px) {
#homepage_testimonials {
height: 330px;
+ font-size: 14px;
}
.metaslider {
display: none;
}
.homepage_testimonials_text {
padding: 25px 10px;
- overflow: hidden;
+ overflow: scroll;
height: 100%;
text-decoration: none;
color: white;