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?
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?
Hi,
Yeap it does look just fine. Well done! :)
Best regards,
Basilis