Custom Universal Login Modal Placement

Hi @nathan.jenkins . Thanks so much for the reply.

I was able to use that example code, but still cannot get the form to render properly when using a custom HTML login page. See attached for a screenshot of what is rendering, and below for the code taken from the demo example. Could you advise? Again, thanks so much!

        <div class="sidebar">
            <div class="form-container">
                {% if prompt.name == "login" or prompt.name == "signup" %} 
                    {%- auth0:widget -%}
                {% else %}
                    {%- auth0:widget -%}
                {% endif %}
            </div>
        </div>