[Resolved] modify size of images on mobile

Home Forums Support [Resolved] modify size of images on mobile

Home Forums Support modify size of images on mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2038672
    liz

    Hi

    Currently, the images seem to occupy the whole space on mobile screen.I just want a bit more white space on both sides of the images[both left and right side of the screen] Thank you.The link to my website is on the private info field. BTW, is it possible for the magazine grid[dispatch theme] to remain visible on desktop but not on mobile? Thanks.

    #2038897
    David
    Staff
    Customer Support

    Hi there,

    Is this for the single post featured images ? If so edit the Block Element – Page Hero for the Single Post – select the parent Container Block and add some Spacing > Margin

    you can you remove the page hero magazine grid on mobile with this CSS:

    @media(max-width: 768px) {
        .home .page-hero {
            display: none;
        }
    }
    #2039421
    liz

    Hi,

    Thank you.

    #2039734
    David
    Staff
    Customer Support

    You’re welcome

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