• Resolved itsnyc

    (@itsnyc)


    How can I get the Facebook button to align to the login form or the Register form

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

Viewing 1 replies (of 1 total)
  • Plugin Support Gabor

    (@nextendweb_gabor)

    Hi @itsnyc!

    Your form has a very different placement from our button, so it would be hard to change this using CSS codes and because of it I would rather suggest using javascript:

    jQuery(document).ready(function(){
    jQuery('.nsl-container').parent('.wpb_wrapper').prependTo('#sb-login-form');
    });

    If you don’t have a good place to put js codes, you could use a plugin like this one:
    https://www.ads-software.com/plugins/custom-css-js/

    This code will move our menu inside the form’s container.

Viewing 1 replies (of 1 total)
  • The topic ‘CSS and WPBakery Page Builder’ is closed to new replies.