@media screen and (max-width: 1130px) {
#slideshow #cat-text p {
margin-bottom: 15px; } }
+ #slideshow img {
+ min-height: 267px; }
#slideshow .nivo-caption {
background: transparent;
width: 1200px;
font-size: 18px;
padding: 0;
margin-bottom: 30px; }
+ @media screen and (min-width: 795px) and (max-width: 849px) {
+ #slideshow .nivo-caption p {
+ width: 375px; } }
+ @media screen and (min-width: 728px) and (max-width: 794px) {
+ #slideshow .nivo-caption p {
+ width: 350px; } }
+ @media screen and (min-width: 641px) and (max-width: 727px) {
+ #slideshow .nivo-caption p {
+ width: 325px; } }
+ @media screen and (max-width: 674px) {
+ #slideshow .nivo-caption p {
+ display: none; } }
#slideshow .nivo-caption a.button {
text-transform: uppercase;
background: transparent;
<div class="small-8 text-left medium-6 large-3 columns">
<a href="<?php bloginfo('url');?>"><img src="<?php echo esc_url( get_template_directory_uri() );?>/assets/gaslight-media-logo.png"></a>
</div>
- <div class="large-push-5 large-3 columns show-for-large-up">
+ <div class="large-push-4 large-4 columns show-for-large-up">
<ul id="second-nav">
<li class="right"><a href="<?php echo get_page_link('506'); ?>">Bill Pay</a></li>
<li class="right"><a href="<?php echo get_page_link('467'); ?>">Check Email</a></li>
margin-bottom: 15px;
}
}
-
- }
+ }
+ img {
+ min-height: 267px;
+ }
.nivo-caption {
background: transparent;
width: 1200px;
font-size: 18px;
padding: 0;
margin-bottom: 30px;
+ @media screen and (min-width: 795px) and (max-width: 849px) {
+ width: 375px;
+ }
+ @media screen and (min-width: 728px) and (max-width: 794px) {
+ width: 350px;
+ }
+ @media screen and (min-width: 641px) and (max-width: 727px) {
+ width: 325px;
+ }
+ @media screen and (max-width: 674px){
+ display: none;
+ }
}
a.button {
text-transform: uppercase;