Comments FWD2016 started the conversation 2,700PenciDesign repliedApril 26, 2018 at 5:27amHi,Can you send me your admin url and admin account ( username and password ) in a private reply? I will take it a look on this help you.Best Regards,PenciDesign FWD2016 replied privately 2,700PenciDesign repliedApril 26, 2018 at 6:29amHi,Yeah, I still need it to see if you did it in the right way.And if it's issues from our theme - we will fixed it in the next update version of Soledad.Best Regards,PenciDesign FWD2016 replied privately 2,700PenciDesign repliedApril 26, 2018 at 4:35pmHi,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 FWD2016 replied privately Sign in to reply ...
Hi,
Can you send me your admin url and admin account ( username and password ) in a private reply? I will take it a look on this help you.
Best Regards,
PenciDesign
Hi,
Yeah, I still need it to see if you did it in the right way.
And if it's issues from our theme - we will fixed it in the next update version of Soledad.
Best Regards,
PenciDesign
Hi,
I just checked your site and I see this issue doesn't come from the theme. This caused by your custom CSS:
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:
And remove your custom CSS:
Best Regards,
PenciDesign