• Resolved stishenok

    (@stishenok)


    Hi!

    Thank you for the amazing theme!

    I have just one issue to fix. Here you can see the sidebar of my site: http://i10.pixs.ru/storage/9/5/6/1jpg_6475749_19963956.jpg

    The higher element (with green plus) is text in fact with html code in it. The lower element (with red minuses) is widget “Virtue: Latest Posts”. As you can see, there is empty space above each post’s title (those red minuses highlite it) unlike Text widget which I made look alike!

    Could you kindly advise me how to lift those titles up to remove empty spaces?

    Thank you in advance and keep up great work!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    Could you please try to do the following?

    Go to Appearance > Customize > Advanced Settings > Custom CSS Box. Then add the following CSS code.

    .kadence_recent_posts .recentpost_title{
      padding-top: 0;
      margin-top: -4px;
    }

    I hope it helps.

    Hey,
    Just need the padding top to 0. Although it you want it above the image then Kharis Sulistiyono would be right on.

    .kadence_recent_posts .recentpost_title {
        padding-top: 0;
    }

    Kadence Themes

    Thread Starter stishenok

    (@stishenok)

    Thank you! It’s what I needed!

    Thanks 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Sidebar Widget "Virtue: Latest Posts"’ is closed to new replies.