Tagged: ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #464597

    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

    #465060

    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

    #500214

    Perfect ! Thanks Elliott

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Decrease padding of blog-posts on mobile’ is closed to new replies.