Title: Mobile Viewport
Last modified: August 30, 2016

---

# Mobile Viewport

 *  Resolved [man2kk](https://wordpress.org/support/users/man2kk/)
 * (@man2kk)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/mobile-viewport/)
 * Hello,
 * How can one add a custom viewport to the login page?
 * On iOS the login box stretches from screen edge to edge and fills the screen 
   entirely, and it would be better to control the box display on smaller screens.
 * Thanks,
 * Kelly
 * [https://wordpress.org/plugins/birds-custom-login/](https://wordpress.org/plugins/birds-custom-login/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Frederic Serva](https://wordpress.org/support/users/fredserva/)
 * (@fredserva)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/mobile-viewport/#post-6500307)
 * Sorry about the delay…
    You can add your custom CSS in the plugin.
 * Something like:
 * > [@media](https://wordpress.org/support/users/media/) screen and (max-width:
   > 600px) {
   >  .your-element { width: 300px; } }
 *  Thread Starter [man2kk](https://wordpress.org/support/users/man2kk/)
 * (@man2kk)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/mobile-viewport/#post-6500308)
 * this worked…
 * [@media](https://wordpress.org/support/users/media/) (max-width: 600px) {
    #login{
   width: 300px; } }
 * Now the login screen on iPhone has slight padding around the box and device edge….
 * Thanks,
 * K

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Mobile Viewport’ is closed to new replies.

 * ![](https://ps.w.org/birds-custom-login/assets/icon-256x256.png?rev=2259937)
 * [Birds Custom Login](https://wordpress.org/plugins/birds-custom-login/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/birds-custom-login/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/birds-custom-login/)
 * [Active Topics](https://wordpress.org/support/plugin/birds-custom-login/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/birds-custom-login/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/birds-custom-login/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [man2kk](https://wordpress.org/support/users/man2kk/)
 * Last activity: [10 years, 8 months ago](https://wordpress.org/support/topic/mobile-viewport/#post-6500308)
 * Status: resolved