- Posts: 9
- Thank you received: 0
Change custom field class from hkc-sm-4 hkcontrol-label to hkc-md-4 hkcontrol...
- benjamin.dobos
-
Topic Author
- Offline
Less
More
6 years 5 months ago #317845
by benjamin.dobos
Change custom field class from hkc-sm-4 hkcontrol-label to hkc-md-4 hkcontrol... was created by benjamin.dobos
-- HikaShop version -- : HikaShop Business 4.2.3
-- Joomla version -- : 3.9.16
-- PHP version -- : 7.1
Hi, I'd like to change the custom field class from hkc-sm-4 hkcontrol-label to hkc-md-4 hkcontrol-label for the Order page so that the line column size for that text area is bigger, so it fills the screen instead of just crammed together in the corner.
Where can I make that change?
-- Joomla version -- : 3.9.16
-- PHP version -- : 7.1
Hi, I'd like to change the custom field class from hkc-sm-4 hkcontrol-label to hkc-md-4 hkcontrol-label for the Order page so that the line column size for that text area is bigger, so it fills the screen instead of just crammed together in the corner.
Where can I make that change?
Please Log in or Create an account to join the conversation.
6 years 5 months ago #317861
by nicolas
Replied by nicolas on topic Change custom field class from hkc-sm-4 hkcontrol-label to hkc-md-4 hkcontrol...
Hi,
Edit the file checkout / show_block_fields.php via the menu Display>Views.
There you can change this:
Edit the file checkout / show_block_fields.php via the menu Display>Views.
There you can change this:
Code:
$labelcolumnclass = 'hkc-sm-4';
$inputcolumnclass = 'hkc-sm-8';
Please Log in or Create an account to join the conversation.
- benjamin.dobos
-
Topic Author
- Offline
Less
More
- Posts: 9
- Thank you received: 0
6 years 5 months ago #317896
by benjamin.dobos
Replied by benjamin.dobos on topic Change custom field class from hkc-sm-4 hkcontrol-label to hkc-md-4 hkcontrol...
Thank yo so much, that helped!
Please Log in or Create an account to join the conversation.
Time to create page: 0.153 seconds