margin-bottom: 0 !important;
width: 578px;
height: 65px;
- border-radius: 10px 0 0 0; }
+ border-radius: 10px 0 0 0;
+ z-index: 9; }
nav.top-bar {
height: 60px;
});
jQuery('.ngg-fancybox').each(function() {
var jurl = jQuery(this).attr("title");
- jQuery(this).attr("href","http://gaslight.upnorth.net/our-work/"+jurl);
+ jQuery( this ).wrap( "<a href='http://gaslight.upnorth.net/our-work/'"+jurl+"></a>" );
});
</script>
<?php wp_footer(); ?>
<div class="row">
<?php // get_sidebar('left'); ?>
+ <?php
+ $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].'";>'
+ ?>
<div id="main" class="small-12 columns" role="main">
<?php do_action('foundationPress_before_content'); ?>
-
<?php while (have_posts()) : the_post(); ?>
<article <?php post_class() ?> id="post-<?php the_ID(); ?>">
<header>