Where is the file that defines the pop up login form?

Discussion in 'Templates customization' started by chucknorris, Feb 6, 2013.

  1. chucknorris

    chucknorris Member

    Joined:
    May 19, 2011
    Messages:
    44
    I customized my amember.css file so that the form width for my signup form is 70%

    In doing this, this made the pop up login form look like this:
    [​IMG]

    What file contains the popup login form so I can apply a different style to it? Or, how would I apply a different style to the signup for so that it would not affect the pop up?

    Thank you!
  2. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    If you want to change just signup form width use this CSS (place it in site.css)
    Code:
    .am-signup .am-signup-form {
       width: 400px;
    }
    
  3. chucknorris

    chucknorris Member

    Joined:
    May 19, 2011
    Messages:
    44
    That worked flawlessly, thank you for responding to me!

Share This Page