Make the width of a catalog variable wider

Hemamani Prabha
Tera Contributor

Hello all,

 

Currently we are upgraded to Washington DC version. I have searched the community to see if I get any solution for this but it looks like it's a known problem in almost every version.

 

Can someone let me know how to how to make the width of the catalog variable wider in order to reach the end of the form? 
Already tried:
1. Changing the layout as 'one column wide' of the variable set
2. Changing the variable width to 100%
3. Wrote a catalog client script
var myVar = $('sys_display.' + g_form.hasControl('shared_drive').id); //Get the correct reference element
myVar.style.width = '2000px'; //Set the width*/

But nothing worked. Do anybody has any solution for this ?

1 REPLY 1

Sandeep Rajput
Tera Patron
Tera Patron

@Hemamani Prabha The maximum width you can get from a variable is by changing the layout to one column wide and then changing the variable width to 100%. You can get maximum width by using these two configurations together, if you are not getting the desired results despite making these two changes then unfortunately there is no other way to increase the width.