Note that there are some explanatory texts on larger screens.

plurals
  1. POWhitespace is interrupting the flow of text inside divs
    text
    copied!<p>I have a website. In Chrome and Internet Explorer there is white space that interrupts the flow of text. I don't know where they come from.</p> <p>I need help finding them and deleting them.</p> <p>You can view the full page here: <a href="http://printingunlimited.com/business-card-info.htm" rel="nofollow noreferrer">http://printingunlimited.com/business-card-info.htm</a></p> <p><strong>HTML code:</strong></p> <pre><code>&lt;div id="about-product"&gt; &lt;h3 itemprop="description"&gt;Business cards are often the first impression people get of your business. With Printing Unlimited you can make sure your business cards portray professionalism and uniquely position your business in your customers mind. Your business cards are printed on 14 point card stock with a gloss or matte finish with the standard size of 2" x 3.5". Business cards can include many options: rounded corners, custom shapes, and 14 point, 16 point, and recycled paper. If you have a design ready &lt;/h3&gt; &lt;img itemprop="image" src="example-business-card.png" alt="Business Card Examples" class="product-image"/&gt; &lt;/div&gt; </code></pre> <p><strong>The CSS that defines about-product handle:</strong></p> <pre><code>#about-product {padding: 0 0 20px 0; height: 200px;} img.product-image {display:block; position:absolute; left:560px; top:-5px; } #about-product h2 {float:left;} #about-product h3{display:block; font-size:16px; font-weight:normal; padding-bottom:5px; padding-right:5px; width:550px;} </code></pre> <p><strong>Image pointing out the problem area:</strong></p> <p><img src="https://i.stack.imgur.com/aNXmy.png" alt="Screenshot"></p> <p>Where does the white space between (<code>your business cards are printed</code>) and (<code>on 14 point card stock</code>) come from?</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