Site logo

Archived topic

How to adjust featured image, title

1 reply · Started by Afiq on July 9, 2019

Viewing posts 1–2 of 2

I already adjust the feature image & title, but i want it to appear exactly the same design / layout as seen in dekstop when view from mobile, how to do that?

Hi there,

You can try this CSS:

@media (max-width: 768px) {
    body:not(.post-image-aligned-center) .inside-article .post-image {
        float: left;
    }
}

Adding CSS: https://docs.generatepress.com/article/adding-css/

However, you should see that there simply not enough room for that layout on mobile.

This archived topic is closed to new replies.