Title: Text Widget Alignment Problem
Last modified: August 19, 2016

---

# Text Widget Alignment Problem

 *  [banson](https://wordpress.org/support/users/banson/)
 * (@banson)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/text-widget-alignment-problem/)
 * On my blog [mylardreams.com](http://mylardreams.com) I used the Text widget to
   add an Amazon widget to my blog. The Featured Picks is the box that I’m talking
   about. As you can see, the Amazon box is off center under the Featured Picks 
   tab. Is there a way to center this amazon box?

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

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/text-widget-alignment-problem/#post-1168731)
 * Edit style.css and change:
 *     ```
       .textwidget {
       padding:5px;
       }
       ```
   
 * to
 *     ```
       .textwidget {
       padding:5px 0;
       text-align:center;
       }
       ```
   
 *  Thread Starter [banson](https://wordpress.org/support/users/banson/)
 * (@banson)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/text-widget-alignment-problem/#post-1168771)
 * Beautiful! Thank you so much Esmi, you are a HUUUUUUUUGE help!

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

The topic ‘Text Widget Alignment Problem’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [banson](https://wordpress.org/support/users/banson/)
 * Last activity: [16 years, 10 months ago](https://wordpress.org/support/topic/text-widget-alignment-problem/#post-1168771)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
