Hi team enfold,
If you look at all my blog-posts on mobile, there is a huge gap between the top image and the heading below.
How can I change this on only the blog-posts on mobile, as I have other styling on normal pages?
Best regards
ChangeGroup
Hey changegroup!
Add this to your custom CSS.
@media screen and (max-width:767px) {
.single .template-page { padding-top: 10px !important; }
.single .av-special-heading-h3 { margin-top: 10px !important; }
}
Best regards,
Elliott
Perfect ! Thanks Elliott