Address field label alignment

  • ronshuller
    Asked on December 9, 2016 at 12:14 PM

    Within the Address Label - how can I align the text boxes and labels LEFT to edge?

    The default float is centered left & right.

    Thanks

  • Jan
    Replied on December 9, 2016 at 2:02 PM

    I believe this is the field you're referring to:

    Address field label alignment Image 1 Screenshot 30

    You need to inject the custom CSS below in order to align this field in to the left:

    .form-address-table {
    margin-left: 0px !important;
    }

    Here's a guide on How-to-Inject-Custom-CSS-Codes. Here's the result:

    Address field label alignment Image 2 Screenshot 41

    Hope that helps. Thank you.

  • ronshuller
    Replied on December 9, 2016 at 2:44 PM
    Thanks so much!!!!!
    [Footer5a]
    “You cannot get any better than Ron Shuller and his team as far as I'm concerned.
    They went above and beyond my expectations. If you want affordability and
    professionalism with pictures that are as beautiful as you could imagine...
    go with Ron Shuller's Creative Images. You'll be glad you did...I promise!!!!”--Jennifer S
    ...
  • ronshuller
    Replied on December 9, 2016 at 3:44 PM
    One more question.
    Except for the Address label, when one clicks into a text field on that same form, the yellow background color of the label shows.
    How do I get rid of that?
    Thanks.
    [Footer5a]
    “You cannot get any better than Ron Shuller and his team as far as I'm concerned.
    They went above and beyond my expectations. If you want affordability and
    professionalism with pictures that are as beautiful as you could imagine...
    go with Ron Shuller's Creative Images. You'll be glad you did...I promise!!!!”--Jennifer S
    ...
  • Jan
    Replied on December 9, 2016 at 4:56 PM

    Please insert this CSS code to remove the yellow highlight when the field is selected:

    .form-line-active  {
    background-color: transparent !important;
    }

    Hope that helps. Thank you.

  • ronshuller
    Replied on December 9, 2016 at 5:44 PM
    Good job!
    Thanks
    [Footer5a]
    “You cannot get any better than Ron Shuller and his team as far as I'm concerned.
    They went above and beyond my expectations. If you want affordability and
    professionalism with pictures that are as beautiful as you could imagine...
    go with Ron Shuller's Creative Images. You'll be glad you did...I promise!!!!”--Jennifer S
    ...