Facebook login button on the login page

NitroSell is pleased to announce that the Facebook login button now appears at the login page.

If the CSS of this page has been modified you will need to adjust the properties in order to align the buttons. In most cases you will only need to adjust the size of the button, to do so try modifying the padding or/and margins of the buttons.

Example:

#add-to-basket-button .button-text, #checkout-btn, #btn-make-payment .button-text, #page-login input[type="submit"], #page-register input[type="submit"], #contactform input[type="submit"] {  
  padding: 1px 6px 1px 6px;
  margin: 0 3px 0 3px;
}

To learn more about how to enable Facebook Login buttons go here