Knowledge Base/5.0 Access Control/5.1 Subscription Module

Subscription or Remote Authentication Login - Avoid a scroll bar

Nathan Virtue
posted this on June 01, 2011 03:04 pm

Currently if your custom message on the subscription or remote authentication popup is too long, it will cause the popup to display a scroll bar in order to accommodate the long message.

A way to eliminate the scroll bar or display your message more cleanly is to enclose your custom message in an html <div> tag.

Make sure you define the size of the area (EG <div style="height:100px">CUSTOM MESSAGE HERE</div>)

You can adjust the height of the div to best display your message.

See below before and after screenshots of the popup.  In this case I added <div style="height:200px"> because my message was a bit longer. 

 

BEFORE (FORGOT USERNAME/PASSWORD LINK HIDDEN BY SCROLL)

Long_Subscription_Custom_Message_-_Before.png

 

 

AFTER(FULL LOGIN SCREEN SHOWN)

Long_Subscription_Custom_Message_-_After_Div_tags_added.png

-The Mygazines Team