Title: Align left
Last modified: March 22, 2021

---

# Align left

 *  Resolved [mathsmith](https://wordpress.org/support/users/mathsmith/)
 * (@mathsmith)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/align-left-17/)
 * Hi Hector,
 * thank you for your great Plugin. It just started to work thanks to your advice.
   One more question. I want to display the headlines on the left side. Not centered.
   How can i fix it?
 * Thank you
 * mathias
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Falign-left-17%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Author [Hector Cabrera](https://wordpress.org/support/users/hcabrera/)
 * (@hcabrera)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/align-left-17/#post-14220662)
 * Hi there,
 * I see that you (or your developer) already tried to change the text alignment
   without much success 😛 This is what you need to get it working:
 *     ```
       .wpp-post-title {
           display: block; /* Added by me */
           width: 100%; /* Added by me */
           text-align: left !important;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Align left’ is closed to new replies.

 * ![](https://ps.w.org/wordpress-popular-posts/assets/icon-256x256.png?rev=1232659)
 * [WP Popular Posts](https://wordpress.org/plugins/wordpress-popular-posts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wordpress-popular-posts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wordpress-popular-posts/)
 * [Active Topics](https://wordpress.org/support/plugin/wordpress-popular-posts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wordpress-popular-posts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wordpress-popular-posts/reviews/)

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [Hector Cabrera](https://wordpress.org/support/users/hcabrera/)
 * Last activity: [5 years, 2 months ago](https://wordpress.org/support/topic/align-left-17/#post-14220662)
 * Status: resolved