Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1038503
    zackzen
    Participant

    Hello,

    I’ve added the Facebook plugin like buttons, but they are pushing against the edge of the container and I can’t figure out how to get them to have a margin on the left. Any way to do this, or ideas?

    Thanks much for your help!

    -z

    #1038531
    zackzen
    Participant
    This reply has been marked as private.
    #1038983
    Rad
    Moderator

    Hi there,

    Thanks for posting in.

    It’s outside the cornerstone’s container. Please add this CSS to Admin > Appearance > Customizer > Custom > CSS

    .fb_iframe_widget {
        display: block !important;
        position: relative;
        max-width: 849px;
        margin: 0 auto 30px;
    }

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1038503 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>