Skip to main content

Change size of textboxes in change address form

More
15 years 2 months ago #20689 by emergentec
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

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

More
15 years 2 months ago #20701 by nicolas
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.

More
14 years 6 months ago #43960 by arnask
hi, but what about country field? There is no option to change size of country filed.
Why it is so big anyway?

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

More
14 years 6 months ago #44112 by nicolas
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.

More
14 years 5 months ago #46043 by arnask
how to change all registration window size?

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

More
14 years 5 months ago #46044 by nicolas
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.176 seconds
Powered by Kunena Forum