Note that there are some explanatory texts on larger screens.

plurals
  1. POWierd space below my webpage in safri and chrome only
    text
    copied!<p>I'm getting a blank space at the bottom of my contact page and i cant figure out why. It only happens in chrome and safari that i know of. <a href="http://tshirthideout.com/contact-us/" rel="nofollow">http://tshirthideout.com/contact-us/</a></p> <p>I don't think the problem is in my footer template because its only on the contact page. so here is my code for the content on the page.</p> <pre><code>&lt;?php /** * The template for displaying all pages. * * This is the template that displays all pages by default. * Please note that this is the WordPress construct of pages * and that other 'pages' on your WordPress site will use a * different template. * * @package WordPress * @subpackage Twenty_Twelve * @since Twenty Twelve 1.0 */ get_header(); ?&gt; &lt;div style="position: relative; top: -35px; left: 3px; display: block;margin-bottom: 40px;"&gt; &lt;div id="ribbon"&gt;&lt;span style="padding-left: 11px; color: #fff; text-shadow: 1px 1px 0px #c1c1c1,2px 2px 0px #c1c1c1; font-size: 30px;font-family:'Century Gothic',futura,'URW Gothic L',Verdana,sans-serif; text-transform: uppercase;"&gt;&lt;strong&gt;&lt;h1 style="position: absolute; top: 0px; left: 11px;"&gt;&lt;?php the_title(); ?&gt;&lt;/h1&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/div&gt; &lt;div style="right: 5px; top: 48px; position: absolute; display: block;"&gt;&lt;form class="widget-area" role="search" method="get" id="searchform" action="&lt;?php echo home_url( '/' ); ?&gt;"&gt; &lt;div&gt;&lt;label class="screen-reader-text" for="s"&gt;Search for:&lt;/label&gt; &lt;input type="text" value="" name="s" id="s" /&gt; &lt;input type="submit" id="searchsubmit" value="" /&gt; &lt;/div&gt; &lt;/form&gt;&lt;/div&gt; &lt;/div&gt; &lt;div id="primary" class="site-content"&gt; &lt;div id="content" role="main"&gt; &lt;?php while ( have_posts() ) : the_post(); ?&gt; &lt;?php get_template_part( 'content', 'page' ); ?&gt; &lt;?php endwhile; // end of the loop. ?&gt; &lt;/div&gt;&lt;!-- #content --&gt; &lt;/div&gt;&lt;!-- #primary --&gt; &lt;?php get_sidebar(); ?&gt; &lt;?php get_footer(); ?&gt; </code></pre> <p>any ideas ??</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload