• Resolved marcelotaj

    (@marcelotaj)


    Hello

    I need a little help with payment form in my website. The country name is misaligned as you can check in the link above.

    Thank you

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Try this custom css:

    #billing_country_field {
      text-align: left;
    }
    Thread Starter marcelotaj

    (@marcelotaj)

    It is okay, but i just want it to be a bit more above, in the same line as country field. I tried margin-bottom unsucessfully

    OK, take that out and try:

    #billing_country_field label {
      display: inline-block;
    }
    #billing_country_field strong {
      display: inline-block;
      margin-left: 16px;
    }
    Thread Starter marcelotaj

    (@marcelotaj)

    It works, just needed a float

    Thank you!

    Plugin Support abwaita a11n

    (@abwaita)

    Glad to hear it worked – thanks for letting us know!

    I’ll mark this thread as resolved now. If you have any further questions, I recommend creating a new thread.

    Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Country field misaligned’ is closed to new replies.