Site logo

Archived topic

mobile view of Content

3 replies · Started by Zillay on December 16, 2018

Viewing posts 1–4 of 4

Hi,

i have used Generate Press premium and usesd Gutenberg editor. When i check my draft website on mobile, the view is not very professional. I wanted images to appear at the top of the text on mobile devices.

Hi there,

try adding this CSS:

@media (max-width: 768px) {
    .wp-block-media-text {
        display: block;
    }
    .wp-block-media-text .wp-block-media-text__media {
        width: auto;
        margin: 2em 1em 1em;
    }
}

Thank you very much. it has fixed it.

Glad to be of help.

This archived topic is closed to new replies.