main.page-front {
padding-bottom: 0; } }
main.page-front #main-content {
- padding: 70px 15px 50px; }
+ padding: 51px 15px 50px; }
@media only screen and (max-width: 40em) {
main.page-front #main-content {
padding-top: 5px; } }
<div class="small-10 small-centered text-left medium-uncentered medium-6 columns">
<h1>Get FREE Travel Guides</h1>
<p>Put the Petoskey Area at your fingertips</p>
- <a href="<?php echo get_permalink(211);?>"><button>View Them All</button></a>
+ <a href="<?php echo get_permalink(204);?>"><button>View Them All</button></a>
</div>
</div>
</div>
$image_data = wp_get_attachment_image_src(get_post_thumbnail_id(), "full");
echo ' style="background-image: url('.$image_data[0].');height:100%;padding:0;padding-bottom:20%;background-position:center center;background-size: 100%;background-repeat:no-repeat;max-height: 460px; "';
} else {
- echo ' style="background-image: url('.get_template_directory_uri().'/assets/slideshow-image-sample.jpg);height:100%;padding:0;padding-bottom:20%;background-position:center center;background-size: 100%;background-repeat:no-repeat;max-height: 460px;"';
+ echo ' style="background:transparent;height:100%;padding:0;padding-bottom:20%;background-position:center center;background-size: 100%;background-repeat:no-repeat;max-height: 460px;"';
echo ' class="no-featured"';
}
echo '>';