Recent posts element - vertical alignment of page title text / link

I’m wondering how i can vertically center the links / page titles for the Recent Posts element? They’re appearing more toward the top area, see attached screenshot.

and here they are on my site, linked below (i added a space in the URL as I don’t want the backlink indexed in search engines)
https: //tinyurl.com/y7rlbsba

thank you.

Hello There,

Thanks for writing in! To resolve your issue, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

.x-recent-posts .h-recent-posts {
    margin: 0  auto;
}

We would loved to know if this has work for you. Thank you.

I had to add !important but it worked, thank you.

You’re welcome.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.