Title: Widget area button off center
Last modified: August 31, 2016

---

# Widget area button off center

 *  Resolved [marianacruiz](https://wordpress.org/support/users/marianacruiz/)
 * (@marianacruiz)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/widget-area-button-off-center/)
 * Is there any way to center the text and button in the widget area on the bottom?
   
   [http://www.marianacruiz.com](http://www.marianacruiz.com)

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

 *  [Sean Davis](https://wordpress.org/support/users/sdavis2702/)
 * (@sdavis2702)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/widget-area-button-off-center/#post-7055929)
 * Hi Mariana,
 * In your [child theme](https://codex.wordpress.org/Child_Themes) style.css file
   or [custom CSS plugin](https://wordpress.org/plugins/reaktiv-css-builder/), add
   the following CSS:
 *     ```
       #prefooter-inner .widget {
           text-align: center;
       }
       #prefooter-inner .widget .profile {
           margin-bottom: 20px;
       }
       ```
   
 *  Thread Starter [marianacruiz](https://wordpress.org/support/users/marianacruiz/)
 * (@marianacruiz)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/widget-area-button-off-center/#post-7056081)
 * Thank you!

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

The topic ‘Widget area button off center’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/sugar-and-spice/1.3.2/screenshot.
   png)
 * Sugar and Spice
 * [Support Threads](https://wordpress.org/support/theme/sugar-and-spice/)
 * [Active Topics](https://wordpress.org/support/theme/sugar-and-spice/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/sugar-and-spice/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/sugar-and-spice/reviews/)

## Tags

 * [widget](https://wordpress.org/support/topic-tag/widget/)

 * 2 replies
 * 2 participants
 * Last reply from: [marianacruiz](https://wordpress.org/support/users/marianacruiz/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/widget-area-button-off-center/#post-7056081)
 * Status: resolved