Note that there are some explanatory texts on larger screens.

plurals
  1. POFooter text overflow on 4 columns. How do I prevent?
    primarykey
    data
    text
    <p>I have a four column footer that works fine until the browser window is shrunk.</p> <p>The 2nd column(Div ID fourth) then would start push text under one of the other boxes:</p> <p>It's easier to see on the website: Teetimelawn.com</p> <p>I tried a few solutions but they usually end up pushing the div for fourth under near the other 3 inline div columns. </p> <p>Here's the CSS info:</p> <pre><code>.footer { background-color: #336600; clear: both; float: none; padding-top: 10px; padding-right: 0; padding-bottom: 0px; padding-left: 0px; height: 350px; color: #F7F7F7; min-width: 1400px; width: 100%; max-height: 350px; text-align: center; display: inline-block; } #third { width: 180px; float: left; text-align: left; margin-left: 10px; display: inline-block; margin-right: 5px; } #first { width: 300px; float: right; overflow: visible; margin-right: 10px; } #second { float: right; margin-right: 10px; margin-left: 10px; } #fourth { height: 100%; clear: none; padding-left: 10px; padding-right: 10px; } </code></pre> <p>Here's the HTML</p> <pre><code>&lt;div class="footer"&gt; &lt;div id=third&gt; &lt;h1&gt;Site Map &lt;/h1&gt; &lt;p1&gt; &lt;a href="/index.html"&gt;Home page &lt;/a&gt; &lt;br&gt; &lt;a href="/estimate.htm"&gt;Estimate Form &lt;/a&gt; &lt;br&gt; &lt;p1&gt; &lt;a href="/lawncare.html"&gt;Lawn Care Process &lt;/a&gt; &lt;br&gt; &lt;p1&gt; &lt;a href="/trees.html"&gt;Tree And Shrub Control &lt;/a&gt; &lt;br&gt; &lt;p1&gt;&lt;a href="/pestcontrol.html"&gt;Pest Control Services &lt;/a&gt; &lt;br&gt; &lt;p1&gt;&lt;a href="/sprinkler.html"&gt;Lawn Sprinkler ervice &lt;/a&gt; &lt;br&gt; &lt;p1&gt;&lt;a href="/paybal.php"&gt;Secure Online Bill Pay &lt;/a&gt; &lt;br&gt; &lt;p1&gt; &lt;a href="/careers.html"&gt;Careers And Team &lt;/a&gt; &lt;p1&gt; &lt;br&gt; &lt;p1&gt; &lt;a href="/testimony.html"&gt;Customer Testimony And Lawn Gallery &lt;/a&gt; &lt;br&gt; &lt;/div&gt; &lt;div id=first&gt;&lt;div itemscope itemtype="http://www.schema.org/LocalBusiness"&gt; &lt;h1 itemprop="name"&gt;Tee Time Lawn Care&lt;/h1&gt; &lt;br&gt;1566 Frontage Rd O'Fallon, IL 62269&lt;/p1&gt;&lt;/a&gt; &lt;br&gt; &lt;p1 itemprop="telephone"&gt;(618) 632-8873&lt;br&gt;(636) 272-8873&lt;/p1&gt; &lt;br&gt; &lt;br&gt; &lt;p2 itemprop="description"&gt; A local lawn and landscaping company with an emphasis on safe, organic lawn care. Lawn care companies like us will treat your lawn and yard like a golf course so give us a call if you need the best lawn in your neighborhood. &lt;/p2&gt;&lt;/div&gt; &lt;/div&gt; &lt;div id=second&gt; &lt;h1&gt;Lawn care company service in Missouri, Illinois (MO, IL)&lt;br&gt; St. Louis suburbs including:&lt;/h1&gt; Fairview Heights lawn care, Fairview Heights landscaping&lt;br&gt; St. Louis lawn care, St. Louis landscaping&lt;br&gt; Edwardsville lawn care, Edwardsville landscaping&lt;br&gt; Granite city lawn care, Granite city landscaping&lt;br&gt; Saint Charles lawn care, Saint Charles landscaping&lt;br&gt; Belleville lawn care, Belleville landscaping&lt;br&gt; Collinsville lawn care, Collinsville landscaping&lt;br&gt; O'Fallon lawn care, O'Fallon landscaping&lt;br&gt; And nearby towns and cities for your yard service needs.&lt;br&gt;&lt;br&gt; &lt;/div&gt;&lt;div id=fourth&gt; &lt;h1&gt; Our lawn care and landscaping services include:&lt;/h1&gt; &lt;p2&gt;Organic and granular fertilization, aeration and seeding, pest control, tree and shrub maintenance service, soil conditioning, heat guard, summer recovery, root rejuvenation, winterizing, blanket barrier, mole removal, yard cleaning, lawn and yard mowing, commercial landscaping, weed removal, weed prevention, vole removal, and more! &lt;br&gt; Please contact us for additional services.&lt;/p2&gt; &lt;/div&gt; &lt;!-- end .footer --&gt; &lt;/div&gt; &lt;a href="https://plus.google.com/108985556811751806647" rel="publisher"&gt;Google+&lt;/a&gt; &lt;/body&gt; &lt;/html&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

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