• Resolved Irene112

    (@irene112)


    How is it possible the images stays so very big when I open my site on my mobile?

    Example page: CLICK

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Mat

    (@mateithemeisle)

    Hello @irene112,

    Thank you for using Neve and for reaching out!

    I have accessed your website and the images are responsive in my case (screencast).

    They are properly aligned and styled. Is this not happening on your side? If that’s the case then I would suggest purging all cache (server, plugins, browser) and try loading the page again.

    If you are still encountering issues can you please provide a screenshot of it?

    Thank you and we’ll await your response!

    Thread Starter Irene112

    (@irene112)

    Also in your “screencast” the pictures are way too big. It supposed to be 3 images in 1 row. Not all lined up underneath each other.

    Hi @irene112!

    To align those three images from that page on one row for mobile devices, please insert the code below in the Additional CSS section within the Customizer.

    @media(max-width: 600px){
    .page-id-3858 .wp-block-columns {
        flex-wrap: nowrap !important;
    }
    
    .page-id-3858 .wp-block-column {
        margin-left: 3px !important;
        margin-right: 3px !important;
    }
    }

    Feel free to change the margins values until you achieve the style you want.

    Have a nice day!

    Thread Starter Irene112

    (@irene112)

    Yes!!! Thank you!

    I’m happy to help and I’m glad to hear the issue is fixed!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Image size is not responsive’ is closed to new replies.