Title: Post Title alignment
Last modified: November 5, 2019

---

# Post Title alignment

 *  Resolved [freemason](https://wordpress.org/support/users/freemason/)
 * (@freemason)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/post-title-alignment-2/)
 * Hi,
 * I would like to align post title with the top of image and reduce space between
   lines. How con I do that?
 * Regards
    A Jorge

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

 *  Plugin Author [Hector Cabrera](https://wordpress.org/support/users/hcabrera/)
 * (@hcabrera)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/post-title-alignment-2/#post-12098769)
 * Hi [@freemason](https://wordpress.org/support/users/freemason/),
 * Well, that depends. Please share our site’s URL so I can have a look at your 
   popular posts list and I may be able to help.
 *  Thread Starter [freemason](https://wordpress.org/support/users/freemason/)
 * (@freemason)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/post-title-alignment-2/#post-12099569)
 * Hi, [@hcabrera](https://wordpress.org/support/users/hcabrera/)
 * My website lisk is [http://www.freemason.pt](http://www.freemason.pt). The widget
   is called “Artigos mais lidos (Últimos 30 dias)” and I would like tit to show
   as the widget below “Novos Artigos”
 * Regards
    A Jorge
 *  Plugin Author [Hector Cabrera](https://wordpress.org/support/users/hcabrera/)
 * (@hcabrera)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/post-title-alignment-2/#post-12099667)
 * Alright, please try this:
    1.  Go to **Appearance > Widgets**.
    2.  Find the WordPress Popular Posts widget you’re using on your sidebar and click
        on it to access its options.
    3.  Check the “Use custom HTML Markup” option under “HTML Markup settings” and 
        click on **Save** to apply changes.
    4.  Under “Before/after Popular Posts”, change `<ul class="wpp-list">` into `<ul
        class="wpp-list rpwe-ul">`
    5.  Set “Post HTML Markup” to:
    6.      ```
            <li class="rpwe-li rpwe-clearfix">
                <a class="rpwe-img" href="{url}" rel="bookmark"><img class="rpwe-alignleft rpwe-thumb" src="{thumb_url}" alt="{text_title}"></a>
                <h3 class="rpwe-title"><a href="{url}" title="Permalink to {text_title}" rel="bookmark">{text_title}</a></h3>
            </li>
            ```
        
    7.  Click on **Save** to apply changes.
    8.  Go to **Settings > WordPress Popular Posts > Tools**. Under **Miscellaneous**,
        set “Use plugin’s stylesheet” to “Disabled” and click on **Apply** to save 
        changes.
    9.  If you have a caching plugin installed on your site (eg. WP Super Cache) clear
        its cache so changes are applied to your site immediately.

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

The topic ‘Post Title alignment’ 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/)

 * 3 replies
 * 2 participants
 * Last reply from: [Hector Cabrera](https://wordpress.org/support/users/hcabrera/)
 * Last activity: [6 years, 7 months ago](https://wordpress.org/support/topic/post-title-alignment-2/#post-12099667)
 * Status: resolved