Q. Single blog post top not completely visible on mobile devices. If you view our blog posts on mobile, only some part of the featured image is visible. The desktop site is fine. This happens only on the mobile device. Please help
Hey,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
@media only screen and (max-width: 767px) {
.responsive #top #main {
padding-top: 130px!important;
}}
Custom CSS code should not be necessary. We will look into it and report to our devs if it is a general issue.
Best regards,
Yigit
Hi, thanks for the reply, after making the change, it fixed the problem with the blog post. But it made another issue with the home page. I can see a big space on the top of the home page on mobile. How can I fix this? Thanks!
