• Resolved flow__

    (@flow_)


    Hi! Great plugin! Will probably buy pro version even though I don’t need the features ??

    I just have a little question I hope you can help me with. Please see https://amazingy.com/magazine/

    I’d love to get the instagram images to show over the full width. I realize it’s not working because it’s trapped in a container. So I tried #sb_instagram{ margin-left: -25%; } but all this does is move the images to the left. Do you have an idea on how to fix this?

    Thanks!

    https://www.ads-software.com/plugins/instagram-feed/

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

    (@smashballoon)

    Hey flow__,

    Glad to hear you like the plugin! As you mentioned, the reason it isn’t the full width of the site is that it’s within a content container with a maximum width on it. The easiest way to accomplish what you’re describing is to open up your theme’s footer.php file and immediately above the <footer class="footer"> element add the following:

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

    This should then display the feed across the whole width of your site. You can then remove the gap above your footer by adding the following to our plugin’s Custom CSS section (on the plugin’s Customize page):

    #sb_instagram{ margin-bottom: -45px; }

    Here’s how it should look after doing that: https://snag.gy/ASuz0.jpg

    Let me know whether that does the trick, and I hope you’re having a good day!

    John

    Thread Starter flow__

    (@flow_)

    Awesome! Thanks so much, worked like a charm!

    Plugin Author smashballoon

    (@smashballoon)

    You’re welcome, glad to hear that worked for you ??

    No obligation of course, but if you like the plugin please consider leaving a super-quick review. It really helps to support the plugin and its ongoing development.

    If you have any other questions or issues at all then just let me know, and I hope you’re having a good start to your week.

    John

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Full Width’ is closed to new replies.