Skip to:
Content
Pages
Categories
Search
Top
Bottom

Login/register forms full width

  • @kman321

    Participant

    Hello, how do I change login/register forms so they are not full width in mobile view?

Viewing 5 replies - 1 through 5 (of 5 total)
  • @robin-w

    Moderator

    link to your site please

    @kman321

    Participant

    @robin-w

    Moderator

    related to your ultimate member plugin, but put this code in your themes additional css

    @media only screen and (max-width: 600px) {
      .um.um-login, .um.um-register {
        width : 70% !important;
      }
    }

    you can change the 70% to alter the width to what you want

    @kman321

    Participant

    Thanks for your help! Apologies on my part for using wrong forum/support group.

    @robin-w

    Moderator

    hey no problem, glad to have helped 🙂

Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.
Skip to toolbar