Custom Theme Question

Discussion in 'Templates customization' started by kent_hogan, Apr 12, 2016.

Thread Status:
Not open for further replies.
  1. kent_hogan

    kent_hogan New Member

    Joined:
    Dec 26, 2015
    Messages:
    2
    Hi everyone,

    I have just about finished with my initial custom setup, but just can't seem to get one issue fixed.

    How can I remove the gray border on the left and right of the following pages?

    http://www.yogamerge.com/amember/login
    http://www.yogamerge.com/amember/signup
    http://www.yogamerge.com/amember/member

    I can't seem to locate it in the css.

    I would like to either remove it or make it reach to the bottom, it looks
    unfinished as it is now.

    It would also be nice to be able to center the login box in the center of the page on
    http://www.yogamerge.com/amember/login

    Thanks much, Kent
  2. caesar

    caesar aMember Pro Developer Staff Member

    Joined:
    Oct 16, 2009
    Messages:
    2,295
    To remove borders please us this CSS rules
    Code:
    .am-body .am-body-content-wrapper {
        border: none;
    }
    To change position of login box you can use these rules
    Code:
    .am-login-form-wrapper {
        margin-top: 15%;
    }
  3. kent_hogan

    kent_hogan New Member

    Joined:
    Dec 26, 2015
    Messages:
    2
    Thanks much for the quick support! The css you provided work well.
  4. caesar

    caesar aMember Pro Developer Staff Member

    Joined:
    Oct 16, 2009
    Messages:
    2,295
    You are welcome!
Thread Status:
Not open for further replies.

Share This Page