[Resolved] mobile view of Content

Home Forums Support [Resolved] mobile view of Content

Home Forums Support mobile view of Content

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #758633
    Zillay

    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.

    #759172
    David
    Staff
    Customer Support

    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;
        }
    }
    #759547
    Zillay

    Thank you very much. it has fixed it.

    #759565
    David
    Staff
    Customer Support

    Glad to be of help.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.