• Hi there,

    Thanks for this free plugin – am trying it out and it works well on desktop mode. It’s not resizing for mobile however (so far, I’ve tested on an iPhone SE and a Huawei Mate 20X); it shows less than 1 photo’s width. Can you please take a look?

    I’m using the Neve free theme, gallery page where I’ve used the shortcode is https://miamishowbandpeacecentre.org.

    Thanks in advance!
    Tracy

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author smashballoon

    (@smashballoon)

    Hi @tracycoach,

    I’d be happy to help! I took a look at your website though and couldn’t find the Instagram feed on your page. Could you send me a screenshot of where it is on the page? If it’s on a different page then could you send me a link to that page?

    Many thanks!

    John

    Thread Starter Tracy

    (@tracycoach)

    Hi John, thanks for the quick reply, and sorry for my rushed message – the link should’ve been https://miamishowbandpeacecentre.org/gallery!

    Cheers,
    Tracy

    Plugin Author smashballoon

    (@smashballoon)

    Hi @tracycoach,

    It looks like some CSS in your theme is adding padding to the content area that the Instagram feed is in, which is causing it to display like that on mobile. This screenshot illustrates the problem.

    Try adding the following to our plugin’s “Custom CSS” section, which can be found at Instagram Feed > Customize > Advanced > Customize CSS:

    @media (max-width: 480px) {
    .page-id-358 #wp-block-themeisle-blocks-advanced-columns-1002ffb8,
    .page-id-358 #wp-block-themeisle-blocks-advanced-column-2a104a65 {
        padding: 0;
        margin-left: 0;
        margin-right: 0;
    }
    }

    Please let me know whether that resolves the issue for you!

    John

    Thread Starter Tracy

    (@tracycoach)

    Ah brilliant, thanks John – didn’t need the CSS, just removed the Section! I should’ve figured that out myself; thanks for your time. Will submit a review now!

    Tracy

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Not resizing on mobile view’ is closed to new replies.