New Universal Login Widget at the Top Left of the Page
Last Updated:
Overview
Cause
<body class="_widget-auto-layout">
Solution
To center the New Universal Login widget on a page, include the CSS code class="_widget-auto-layout" in the <body> element in the page template used in the tenant.
Please see this document for more details.
For example:
<!DOCTYPE html>
<html>
<head>
{%- auth0:head -%}
</head>
<body class="_widget-auto-layout">
{%- auth0:widget -%}
</body>
</html>