• Resolved travelpixelz

    (@travelpixelz)


    Hey,

    first of all, thanks a lot for the great plugin.
    I’m using the feed horizontally in my footer and would really like the ‘Follow’ button to appear right in the middle of the feed.

    https://www.travelpixelz.com

    Can you maybe help me with that or point me in the right direction? I would appreciate it a lot.

    Thanks a lot in advance and have a great day.
    cheers
    fabian

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Craig at Smash Balloon

    (@craig-at-smash-balloon)

    Hey Travelpixelz,

    Try going to the “Customize” tab and add this to the “Custom CSS” area:

    #sb_instagram #sbi_images {
        position: relative;
    }
    #sbi_images .sbi_follow_btn {
        position: absolute;
        top: 50%;
        right: 50%;
        margin-right: -80px;
        margin-top: -20px
    }

    And this to the “Custom Javascript” area:

    jQuery('#sbi_images').append(jQuery('.sbi_follow_btn'));

    That should look pretty good!

    – Craig

    Thread Starter travelpixelz

    (@travelpixelz)

    hey Craig,

    thank you so much for the fast reply. It worked out perfectly.

    Again, thanks for your help and the great plugin.

    cheers
    fabian

    Plugin Author Craig at Smash Balloon

    (@craig-at-smash-balloon)

    No problem Fabian!

    I hope you have a great rest of your week.

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