• Resolved paultidal

    (@paultidal)


    Hi
    I have installed and configured the Automatic YouTube Gallery plugin and it works great on desktop (4-column thumbnails) . However, the thumbnails are displaying at full screenwidth on mobile (iPhone). I have a screenshot here: https://imgur.com/a/OeGFS6U

    I would expect the thumbnails to display as 2-colums. I have set up a separate gallery with two columns to only display on mobile bit this also displays the thumbnails as fullwidth. Can you please advise?

    Best regards
    Paul

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor wpvideogallery

    (@wpvideogallery)

    Kindly try adding the following CSS code under “Appearance => Customize => Additional CSS” menu from your WordPress Admin Dashboard,

    @media only screen and (max-width: 480px) {
    .ayg-col {
    width: 50% !important;
    }
    }

    Hope this solved your issue!

    Thread Starter paultidal

    (@paultidal)

    Hi
    Thanks for replying. I have added the custom code and it has fixed the issue (I adjusted to 900px to match my site’s mobile breakpoint). Thank you so much for a prompt and effective response.
    Best regards
    Paul

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