Site logo

Archived topic

How To Make Post Images Fit Full Width on mobile?

5 replies · Started by Jungsu on March 21, 2019

Viewing posts 1–6 of 6

Hi there,

Any chance you can link us to the site in question?

You can edit the original topic and use the private URL field.

Let me know :)

Thank you for your support.
This is not a issue. I just want to make my blog post image like a screenshot. Do you need access to my website admin panel?

No I just need to view your website live and see if I can provide some CSS :)

winepress.org

I see you've added this CSS:

@media (max-width: 768px) {
    .type-post {
        max-width: 92%;
        margin: auto;
        margin: 0px auto 60px auto;
        padding-bottom: 40px;
        text-align: justify;
    }
}

Any reason you aren't using the mobile content padding?
https://docs.generatepress.com/article/content-padding/

This archived topic is closed to new replies.