Title: Widget Title Vertical Alignment
Last modified: August 20, 2016

---

# Widget Title Vertical Alignment

 *  Resolved [Alpha Rho Lambda Sorority](https://wordpress.org/support/users/alpha-rho-lambda-sorority/)
 * (@alpha-rho-lambda-sorority)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/widget-title-vertical-alignment/)
 * I recently updated the Raindrops theme and didn’t notice that it forced my widget
   titles to be flush with the bottom margin of the widget title background.
 * I want the vertical alignment of my widget titles to be centered in the middle
   of the widget title background.
 * Can anyone tell me how to do this?
 * My site:
 * [http://alpharholambda.net](http://alpharholambda.net)

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

 *  Theme Author [nobita](https://wordpress.org/support/users/nobita/)
 * (@nobita)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/widget-title-vertical-alignment/#post-3150983)
 * Hi Alpha Rho Lambda Sorority
 * Thank you for pointing out a problem
 * Please change style rules.
 * style.css line:722
 *     ```
       .footer-widget h2,
       .rsidebar h2,
       .lsidebar h2,
       .widgettitle h2,
       h2.footer-content {
       	height:17px;
       	text-indent:.5em;
       	/*font-size:116%; em issue*/
       	padding:5px 0;
       	font-family:Geneva, Arial, Helvetica, sans-serif;
       	margin-bottom:0;
       }
       ```
   
 * change padding value like below
 *     ```
       .footer-widget h2,
       .rsidebar h2,
       .lsidebar h2,
       .widgettitle h2,
       h2.footer-content {
       	height:17px;
       	text-indent:.5em;
       	padding:0 0 10px;
       	font-family:Geneva, Arial, Helvetica, sans-serif;
       	margin-bottom:0;
       }
       ```
   
 * padding value chage from 5px 0 to 0 0 10px.
 *  Thread Starter [Alpha Rho Lambda Sorority](https://wordpress.org/support/users/alpha-rho-lambda-sorority/)
 * (@alpha-rho-lambda-sorority)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/widget-title-vertical-alignment/#post-3150992)
 * Thanks so much – that completely worked!
 * First I changed the padding value, which didn’t work. However, then I noticed
   that I needed to delete:
 * /*font-size:116%; em issue*/
 * Once I removed that, it corrected the vertical alignment.
 *  [ruthcatrin](https://wordpress.org/support/users/ruthcatrin/)
 * (@ruthcatrin)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/widget-title-vertical-alignment/#post-3151033)
 * Needed this too. Thanks!

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

The topic ‘Widget Title Vertical Alignment’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/raindrops/1.700/screenshot.png)
 * raindrops
 * [Support Threads](https://wordpress.org/support/theme/raindrops/)
 * [Active Topics](https://wordpress.org/support/theme/raindrops/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/raindrops/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/raindrops/reviews/)

## Tags

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

 * 3 replies
 * 3 participants
 * Last reply from: [ruthcatrin](https://wordpress.org/support/users/ruthcatrin/)
 * Last activity: [13 years, 7 months ago](https://wordpress.org/support/topic/widget-title-vertical-alignment/#post-3151033)
 * Status: resolved