Change size of textboxes in change address form

  • Posts: 137
  • Thank you received: 2
13 years 6 months ago #20689

Hi!

How can I adapt the size of the textboxes in the change address form during checkout, so the textboxes have the same length as the country field (see attached screenshot). I didn't find the possibility to set the size in the view.

Best regards

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 83103
  • Thank you received: 13418
  • MODERATOR
13 years 6 months ago #20701

The size of the fields can be controlled with an option in the fields that you can edit via the menu Display->Custom fields.

Please Log in or Create an account to join the conversation.

  • Posts: 174
  • Thank you received: 2
  • Hikashop Business
12 years 10 months ago #43960

hi, but what about country field? There is no option to change size of country filed.
Why it is so big anyway?

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 83103
  • Thank you received: 13418
  • MODERATOR
12 years 10 months ago #44112

It's big because there are long names in the dropdown.

You can fix the width of the dropdown by adding the CSS below in the front end CSS file of HikaShop via the Display tab of the configuration:
#address_country{
width : 150px;
}

Please Log in or Create an account to join the conversation.

  • Posts: 174
  • Thank you received: 2
  • Hikashop Business
12 years 9 months ago #46043

how to change all registration window size?

Please Log in or Create an account to join the conversation.

  • Posts: 83103
  • Thank you received: 13418
  • MODERATOR
12 years 9 months ago #46044

If you want to change all of them, you can use such CSS:
.hikashop_checkout_login_right_part input, .hikashop_checkout_login_right_part select{
width : 150px !important;
}

Please Log in or Create an account to join the conversation.

Time to create page: 0.081 seconds
Powered by Kunena Forum