Title: Title allignment
Last modified: August 22, 2016

---

# Title allignment

 *  [pimmesz](https://wordpress.org/support/users/pimmesz/)
 * (@pimmesz)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/title-allignment/)
 * Hey,
 * I have installed AK Featured Post Widget but the titles of the blogposts look
   all screwed up! How can I allign these?
 * Website:
    [http://www.boefclothing.com/9-breathtaking-photos-night-sky/](http://www.boefclothing.com/9-breathtaking-photos-night-sky/)
 * Pim
 * [https://wordpress.org/plugins/akfeatured-post-widget/](https://wordpress.org/plugins/akfeatured-post-widget/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [kaser](https://wordpress.org/support/users/kaser/)
 * (@kaser)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/title-allignment/#post-5618235)
 * Hey Pimmesz,
 * There is a line in your CSS file that gives your side bar a line-height of 30
   pixels, which is why your titles look so weird.
 *     ```
       .sidebar .widget-inner li {
       line-height: 30px;
       }
       ```
   
 * Try adding this to your style.css
 *     ```
       .widget_ak_featured_post_widget li {
       line-height: 20px !important;
       margin-top: 20px;
       }
       ```
   
 * That gives you a little bit of space between your images and the next title and
   makes your text a little more readable.
 * There’s not really much I can tell you to do with out just suggesting custom 
   CSS styling to your likings. Please let me know if you have any other questions
   and I’ll see if i can’t help.
 * thanks for using my plugin 🙂

Viewing 1 replies (of 1 total)

The topic ‘Title allignment’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/akfeatured-post-widget.svg)
 * [AK Featured Post Widget](https://wordpress.org/plugins/akfeatured-post-widget/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/akfeatured-post-widget/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/akfeatured-post-widget/)
 * [Active Topics](https://wordpress.org/support/plugin/akfeatured-post-widget/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/akfeatured-post-widget/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/akfeatured-post-widget/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [kaser](https://wordpress.org/support/users/kaser/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/title-allignment/#post-5618235)
 * Status: not resolved