Request Offering prompt realignment
Best Answers
-
Geoff_Ross Cireson Consultant O.G.Hi @Aaron_Boock
I just did something similar. I made a data picker half the width rather than one third. This is the line of JS I used which might just about kick you off$('.col-md-4').find('input[data-control="dateTimePicker"]').parent().parent().parent().parent().removeClass( "col-md-4" ).addClass( "col-md-6" );
Geoff5 -
Aaron_Boock Customer Advanced IT Monkey ✭✭✭Thanks Geoff, i used your guidance to remove the existing col classes and then apply my own css classes.
Then i applied the following to those classes:display: inline-block;position: relative;padding-right: 60px;line-height: 1.5;
The left-most prompt got its own setting: padding-left:30px;
Thank you for your input - I'm very pleased with how good it looks
0
Answers
I just did something similar. I made a data picker half the width rather than one third. This is the line of JS I used which might just about kick you off
Geoff
Then i applied the following to those classes:
The left-most prompt got its own setting: padding-left:30px;
Thank you for your input - I'm very pleased with how good it looks
Awesome. Can we get a cheeky screenshot?
I decided to add a T/F checkbox to allow multiple entries