Title: Clearfix needed?
Last modified: August 22, 2016

---

# Clearfix needed?

 *  [bassa](https://wordpress.org/support/users/bassa/)
 * (@bassa)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/clearfix-needed/)
 * Hello!
 * I am having trouble with a <p> tag that I am using to control a container with
   info, and then forcing the text content that comes afterwards to drop down to
   the next line (below the container).
 * Webpage link: [http://www.leadingpractice.com/about-us/leadership-team/](http://www.leadingpractice.com/about-us/leadership-team/)
 * Here’s the code for that particular context area:
 *     ```
       <p style="background-color: #f5f5f5; width: 303px; display: block; float: left; padding: 10px; padding-bottom: 10px; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #003264;"><b>Gert Jansson</b><br />Advisory Board, Northern Europe<br />VP of Enterprise Standards for Northern Europe</p>
   
       <p style="background-color: #f5f5f5; width: 303px; display: block; float: left; padding: 10px; padding-bottom: 10px; margin-right: 10px; margin-bottom: 10px; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #003264;"><b>Yury Orlov</b><br />Advisory Board, Russia<br />CEO of Smart Architects</p>
   
       <h1>Quality Assurance Team</h1>
   
       <p>As a community-driven open source standards concept, we are using a fully integrated continuous improvement approach. Hence, both the practitioner community and the development partners take an active part in the feedback loop to improve, suggest, adding artifacts and contribute to shape new ways of linking different industry requirements as well as how to model them more efficiently.</p>
       ```
   
 * How can I get the **Quality Assurance Team** headline to drop down below the 
   grey **Yury Orlov** container box?
 * Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [ishan001](https://wordpress.org/support/users/ishan001/)
 * (@ishan001)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/clearfix-needed/#post-5438545)
 * Find this block in your theme `/lib/css/default.css`:
 * h1 {
    font-size: 24px; font-family: Georgia, “Times New Roman”, Times, serif;
   line-height: 28px; color: #003264; }
 * Add `clear: both`. That should do it.
 *  Thread Starter [bassa](https://wordpress.org/support/users/bassa/)
 * (@bassa)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/clearfix-needed/#post-5438549)
 * Perfect, thank you! 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Clearfix needed?’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [bassa](https://wordpress.org/support/users/bassa/)
 * Last activity: [11 years, 7 months ago](https://wordpress.org/support/topic/clearfix-needed/#post-5438549)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
