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

    When looking at my website on a mobile, the featured images of the posts are not full width. How can I make them full width?

    #1163462

    I think I may have fixed it using:

    @media only screen and (max-width: 767px) {
    .big-preview.single-big {
    padding:0px 0px 10px 0px !important;
    }}

    Does this look right?

    #1163483

    Hi,

    Yeap it does look just fine. Well done! :)

    Best regards,
    Basilis

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.