Support » Plugin: AK Featured Post Widget » Title allignment

Viewing 1 replies (of 1 total)
  • Plugin Author kaser

    (@kaser)

    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.