PenciDesign replied
Hi,
I just checked your site and I see this issue doesn't come from the theme. This caused by your custom CSS:
\
h2 { margin-top: 18px; font-size: 23px !important; }The margin-top: 18px on the above code caused this issue.
Check more on this image: http://prntscr.com/jahi2i - when I disable it everything working fine.
So, the best solution for you here is replace the code above to this code:
\
.post-entry h2, .wpb_text_column h2 { margin-top: 18px; font-size: 23px !important; }And remove your custom CSS:
\
.home-pupular-posts-title { padding-bottom: 30px; }
Best Regards,
PenciDesign