Reply To: Search Results Page

Home Forums Support Search Results Page Reply To: Search Results Page

Home Forums Support Search Results Page Reply To: Search Results Page

#192606
Tom
Lead Developer
Lead Developer

Ah, in that case, don’t use the image sizes in the Customizer, do this:

@media (min-width: 769px) {
    .post-image img {
        max-width: 300px;
    }
}

Adjust the width to whatever you need 🙂