all text in cutom fields ect are alligned wrong

Discussion in 'Troubleshooting' started by ccwjames, May 17, 2015.

  1. ccwjames

    ccwjames Member

    Joined:
    Sep 11, 2014
    Messages:
    430
    i dont know why this has not been picked up before but a lot of text on some areas are not aligned left corrected

    Choose a Username
    it must be 6 or more characters in length
    may only contain letters, numbers, and underscores

    is what looks right, but on a real site ( well mine )
    it is

    Choose a Username
    it must be 6 or more characters in length
    may only contain letters, numbers, and
    xxxxxxxxxxxxxxxxxxxxxxxxunderscores <<< not left but right
  2. thehpmc

    thehpmc Member

    Joined:
    Aug 24, 2006
    Messages:
    901
    Trouble is need to be able to see actual page so firebug can see source code and maybe workout what is going wrong.

    You seem to have several problems, as you have several threads going, so maybe time to contact aMember support.
  3. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    By default all captions in the form are aligned to the right. You need to change form styles in order to change that behavior.
  4. ccwjames

    ccwjames Member

    Joined:
    Sep 11, 2014
    Messages:
    430
    and how we do that? as every site i have used in 20 years is left, as we all read left to right

    when i did try a allign left in html code, its still pi$$ed lol
  5. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    Add this style to your theme styles or to /amember/application/default/views/public/css/cite.css file:
    Code:
    .am-form div.element-title {
      text-align: left;
    }
    
  6. ccwjames

    ccwjames Member

    Joined:
    Sep 11, 2014
    Messages:
    430
    site.css?

    added

    .am-form div.element-title { text-align: left;
    }

    looks better :)

Share This Page