Conversation
supportHi 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]
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!
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
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!
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