Thanks, it worked!!
Could you still help how to make featured image smaller in landscape
direction?
There’s now this code below, but it only made it smaller horizontal
.article-template{ margin-top: 85px !important; } .article-template .media{
background: transparent !important; padding-bottom: 0 !important; }
.article-template
.media img{ max-width: 65% !important; position: relative !important; margin
: auto !important; } @media screen and (max-width: 749px) { .article-template
.media img{ max-width: 100% !important; position: relative !important; } }