- Posts: 137
- Thank you received: 2
Change size of textboxes in change address form
- emergentec
-
Topic Author
- Offline
Less
More
15 years 2 months ago #20689
by emergentec
Change size of textboxes in change address form was created by emergentec
Please Log in or Create an account to join the conversation.
15 years 2 months ago #20701
by nicolas
Replied by nicolas on topic Re: Change size of textboxes in change address form
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.
14 years 6 months ago #43960
by arnask
Replied by arnask on topic Re: Change size of textboxes in change address form
Please Log in or Create an account to join the conversation.
14 years 6 months ago #44112
by nicolas
Replied by nicolas on topic Re: Change size of textboxes in change address form
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;
}
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.
14 years 5 months ago #46043
by arnask
Replied by arnask on topic Re: Change size of textboxes in change address form
how to change all registration window size?
Please Log in or Create an account to join the conversation.
14 years 5 months ago #46044
by nicolas
Replied by nicolas on topic Re: Change size of textboxes in change address form
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;
}
.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.180 seconds