Title: Widgets not displaying correctly
Last modified: August 21, 2016

---

# Widgets not displaying correctly

 *  [sinchers](https://wordpress.org/support/users/sinchers/)
 * (@sinchers)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/widgets-not-displaying-correctly/)
 * I am working on a website for a client. [http://www.janisdp.com](http://www.janisdp.com).
 * I’m not sure if the widgets have always not displayed correctly, or if when I
   was editing the code to make sure the events calendar font was actually dark 
   enough to be read, things went wrong.
 * No matter where I put the widgets; ie: a home box, middle of main page or footer,
   it does not display correctly. The first line under the widget heading is pushed
   far to the right while the other bulleted points are lined up. It looks like 
   the first point is lining up after the line under the topic heading.
 * Also the upcoming events widget looks weird too on the homepage.
 * I’ve looked up different solutions and can’t find what I’m doing wrong. Your 
   help is appreciated.

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

 *  [Dave Naylor](https://wordpress.org/support/users/wpranger/)
 * (@wpranger)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/widgets-not-displaying-correctly/#post-4643783)
 * It’s this CSS from line 137 of your stylesheet:
 *     ```
       .box_header
       {
       	float: left;
       	padding-bottom: 10px;
       	border-bottom: 1px solid #409915;
       }
       ```
   
 * The `float: left;` is causing the problem.
 *  [dmd54](https://wordpress.org/support/users/dmd54/)
 * (@dmd54)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/widgets-not-displaying-correctly/#post-4643788)
 * have you tried adding
 * `ol {list-style: none;`
 * to your style sheet. that seemed to knock out the bullets.
 *  [dmd54](https://wordpress.org/support/users/dmd54/)
 * (@dmd54)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/widgets-not-displaying-correctly/#post-4643790)
 * …and don’t forget the closing bracket like i did }
 *  Thread Starter [sinchers](https://wordpress.org/support/users/sinchers/)
 * (@sinchers)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/widgets-not-displaying-correctly/#post-4643812)
 * Awesome. Looks much better. Thank you to you both!

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

The topic ‘Widgets not displaying correctly’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 3 participants
 * Last reply from: [sinchers](https://wordpress.org/support/users/sinchers/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/widgets-not-displaying-correctly/#post-4643812)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
