Title: title alignment
Last modified: August 20, 2016

---

# title alignment

 *  Resolved [amberm](https://wordpress.org/support/users/amberm/)
 * (@amberm)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/title-alignment-2/)
 * The title of my widget is right aligned, while all my other widgets are left 
   aligned. How can I change this? I haven’t found any differences in the css using
   firebug yet.
 * [http://wordpress.org/extend/plugins/custom-recent-posts-widget/](http://wordpress.org/extend/plugins/custom-recent-posts-widget/)

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

 *  Thread Starter [amberm](https://wordpress.org/support/users/amberm/)
 * (@amberm)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/title-alignment-2/#post-3423930)
 * My apologies. site is:
    [http://www.heirloomblooms.org/](http://www.heirloomblooms.org/)
   The widget is “In the news”
 *  Plugin Author [Prasanna SP](https://wordpress.org/support/users/prasannasp/)
 * (@prasannasp)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/title-alignment-2/#post-3424046)
 * It shows up fine here. The title is left aligned. See this screenshot – [http://i.imgur.com/3NLQ9e5.png](http://i.imgur.com/3NLQ9e5.png)
 *  Thread Starter [amberm](https://wordpress.org/support/users/amberm/)
 * (@amberm)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/title-alignment-2/#post-3424093)
 * Is it possible it’s a browser issue? I’m using Firefox. My client is as well 
   and it showed the same for her.
 *  Plugin Author [Prasanna SP](https://wordpress.org/support/users/prasannasp/)
 * (@prasannasp)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/title-alignment-2/#post-3424104)
 * I’ve taken that screenshot in firefox itself. The title is left aligned both 
   in Firefox and Chrome on my Ubuntu system. I haven’t tested in other system/browser
   combinations. Can you send me a screenshot?
 *  Thread Starter [amberm](https://wordpress.org/support/users/amberm/)
 * (@amberm)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/title-alignment-2/#post-3424105)
 * [http://www.heirloomblooms.org/?attachment_id=488](http://www.heirloomblooms.org/?attachment_id=488)
 * Thank you for your help. I’ve tried several CSS changes but haven’t found the
   right class/id to update the text-align property for.
 *  Plugin Author [Prasanna SP](https://wordpress.org/support/users/prasannasp/)
 * (@prasannasp)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/title-alignment-2/#post-3424108)
 * Try adding this to your theme’s **style.css** (Or Custom CSS, if you have it)
 *     ```
       #custom-recent-posts-2 .widget-title {
           text-align: left !important;
       }
       ```
   
 *  Thread Starter [amberm](https://wordpress.org/support/users/amberm/)
 * (@amberm)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/title-alignment-2/#post-3424110)
 * This didn’t work either. However, when I changed the location of the widget from
   the last item to the 3rd item, it aligned properly.

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

The topic ‘title alignment’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/custom-recent-posts-widget.svg)
 * [Custom Recent Posts Widget](https://wordpress.org/plugins/custom-recent-posts-widget/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/custom-recent-posts-widget/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/custom-recent-posts-widget/)
 * [Active Topics](https://wordpress.org/support/plugin/custom-recent-posts-widget/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/custom-recent-posts-widget/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/custom-recent-posts-widget/reviews/)

 * 7 replies
 * 2 participants
 * Last reply from: [amberm](https://wordpress.org/support/users/amberm/)
 * Last activity: [13 years, 4 months ago](https://wordpress.org/support/topic/title-alignment-2/#post-3424110)
 * Status: resolved