Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>You have 2 divs with the id = footer. I'd say your problem isn't a mysterious div bug or the css. I'd say your mark up needs some review first of all. Try looking into selectors being ok, and then that every div is closed properly. After that, take a look at the footer. If you want the footer to be stuck in place at the bottom of the place, take a look at something called "Sticky footer". You can accomplish this with some css tricks.</p> <pre><code>&lt;div id="footer"&gt; &lt;div class="clear"&gt;&lt;/div&gt; &lt;div id="footer"&gt; &lt;div class="thirdpage"&gt; &lt;br&gt; &lt;a href="https://www.facebook.com/thecadencegroup"&gt; &lt;img src="http://www.thecadencegrp.com/wp-content/uploads/2013/05/fb1-300x82.png" width="90"&gt; &lt;/a&gt; &lt;br&gt; &lt;a href="https://twitter.com/thecadencegrp"&gt; &lt;img src="http://www.thecadencegrp.com/wp-content/uploads/2013/05/tw1-300x65.png" width="113"&gt; &lt;/a&gt; &lt;br&gt;&lt;br&gt; &lt;script src="//platform.linkedin.com/in.js" type="text/javascript"&gt; lang: en_US &lt;/script&gt; &lt;span class="IN-widget" style="line-height: 1; vertical-align: baseline; display: inline-block;"&gt;&lt;span style="padding: 0px !important; margin: 0px !important; text-indent: 0px !important; display: inline-block !important; vertical-align: baseline !important; font-size: 1px !important;"&gt;&lt;iframe name="easyXDM_IN_Lib_li_gen_1384155259314_0_provider" id="easyXDM_IN_Lib_li_gen_1384155259314_0_provider" src="http://platform.linkedin.com/js/xdrpc.html?v=0.0.1196-RC1.31125-1408#xdm_e=http%3A%2F%2Fwww.thecadencegrp.com&amp;amp;xdm_c=li_gen_1384155259314_0&amp;amp;xdm_p=1#target=li_gen_1384155259314_0&amp;amp;width=600&amp;amp;height=400&amp;amp;mode=wrapper" frameborder="0" style="width: 106px; height: 20px; display: inline-block;"&gt;&lt;/iframe&gt;&lt;/span&gt;&lt;/span&gt;&lt;script type="IN/FollowCompany+init" data-id="3323727" data-counter="right"&gt;&lt;/script&gt; &lt;br&gt;&lt;br&gt; &lt;h5&gt;© The Cadence Group. All Rights Reserved.&lt;/h5&gt; &lt;/div&gt; &lt;div class="thirdpage"&gt; &lt;/div&gt; &lt;div class="thirdpage"&gt; &lt;p&gt;The Cadence Group&lt;br&gt; 212 Marengo Avenue&lt;br&gt; Suite 2S&lt;br&gt; Forest Park, IL 60130&lt;br&gt; 708.689.0908&lt;br&gt; &lt;a href="mailto:services@thecadencegrp.com"&gt;services@thecadencegrp.com&lt;/a&gt; &lt;/p&gt;&lt;/div&gt; &lt;/div&gt;&lt;!-- /#footer --&gt; &lt;/div&gt; </code></pre>
 

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