• Hi!

    Thanks so much for creating this plugin – it was exactly what I was looking for. I’ve included my Instagram feed on my site footer, and was wondering, is there way a way to stretch the Instagram posts such that they cover the entire width of the browser screen? Any help would be much appreciated.

    Thank you!!

Viewing 1 replies (of 1 total)
  • Hey Kimberlyg09,

    I hope you are having a very Merry Christmas today and I am happy to hear you find our plugin useful. The question you ask may evoke a couple of different answers depending on how your “footer” is displayed by your theme. In other words…

    1. Is your footer already divided into multiple footer columns/sections?

    or,

    2. Is your footer one large section with no individual columns that spans across the entire bottom of the site page?

    In either situation you should be able to allow the feed to expand to 100% of the container width it is placed in by going to your WordPress Dashboard – Instagram Feed – 2.Customize (tabbed page) – and the very first setting on the page “Width” – set this to 100% and then click on “Save Changes”.

    Should you want the feed to expand across the entire width of the screen and not have it contained in or confined to the footer container you may be looking at needing to alter the underlying code on the page template itself depending on the setup of your theme.

    In this type of scenario you would have to embed the shortcode directly into the PHP page template by just using the WordPress do_shortcode function as shown below:

    <?php echo do_shortcode('[instagram-feed]'); ?>

Viewing 1 replies (of 1 total)
  • The topic ‘Stretch width of widget’ is closed to new replies.