- Posts: 33
- Thank you received: 2
Title in registration form is too wide
6 years 5 months ago #316878
by softdune
Title in registration form is too wide was created by softdune
-- url of the page with the problem -- :
softdune.com/index.php/en/hika-registration-form
-- HikaShop version -- : 4.2.3
-- Joomla version -- : 3.9.16
-- PHP version -- : 7.3.4
-- Browser(s) name and version -- : Chrome 73.0.3683.103
How can I control the size of the fields in the registration form.
My title and my country drop down's are too wide.
-- HikaShop version -- : 4.2.3
-- Joomla version -- : 3.9.16
-- PHP version -- : 7.3.4
-- Browser(s) name and version -- : Chrome 73.0.3683.103
How can I control the size of the fields in the registration form.
My title and my country drop down's are too wide.
Please Log in or Create an account to join the conversation.
6 years 5 months ago #316882
by nicolas
Replied by nicolas on topic Title in registration form is too wide
Hi,
You can do that by adding custom CSS on your website. For example:
www.hikashop.com/support/documentation/1...ize-the-display.html
You can do that by adding custom CSS on your website. For example:
Code:
select {
width: 160px !important;
}
Please Log in or Create an account to join the conversation.
Time to create page: 0.190 seconds