• Resolved nancylouise

    (@nancylouise)


    Hi there – I would love to have blank space underneath the follow button on my instagram feed. I found this script you recommended to put the follow button above the feed but ned extra help to include some space between the button and the feed please.

    Thanks so much. Awesome plugin.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter nancylouise

    (@nancylouise)

    if (!jQuery(‘#sbi_images’).hasClass(‘sbi_done’)) {
    jQuery(‘#sbi_images’).addClass(‘sbi_done’);
    var sbiClone = jQuery(‘#sbi_load’).clone();
    jQuery(‘#sbi_load’).find(‘.sbi_follow_btn’).remove();
    jQuery(‘#sbi_images’).before(sbiClone);

    jQuery(‘#sbi_load’).first().find(‘.sbi_load_btn’).remove();
    }

    Plugin Support Smash Balloon Mike

    (@smashballoonmike)

    Hey @nancylouise,

    Thank you for reaching out to us. You can add space by adding the following to our plugins Custom CSS section by going to WordPress Dashboard > Instagram Feed > Customize > Misc > paste the code into?Custom CSS?> click?Save Changes.

    #sb_instagram #sbi_load {
        margin-bottom: 10px;
    }

    Let me know if you run into any issues or have any additional questions. Hope you are having a great day!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Follow Button Space’ is closed to new replies.