Site logo

Archived topic

Make Featured image full size on mobile

5 replies · Started by Rohith on June 22, 2021

Viewing posts 1–6 of 6

I want to make the featured images of full size on mobile homepage (Fit to screen).

??

Hi there,

Try this CSS:

@media (max-width: 768px) {
.home .inside-article .post-image img {
    width: 100%;
}
.home.inside-article .post-image {
    margin: -40px -40px 0 -40px !important;
}
}

In the first link, your waiting time is less than 1 hour.

In the second link, your waiting time is less than 5 hours.

We try to reply within 24 hours.

Thanks for your patience.

No, you are wrong in second link. I have dropped two more messages recently. The last reply from your team was at June 22, 2021 at 9:30 am. Please check it's more than 24 hours

This archived topic is closed to new replies.