How can I split a catalog item form into 3 columns evenly?

Apex Predator
Kilo Expert

I have a catalog item with multiple variables.
find_real_file.png

I have used Container start and container split multiple times to get a view something like this,
But this is uneven with the first column occupying 50% of the form width.
Is there a way I can split these evenly?
I tried setting the variable width(Problem Category) to 25% but it did not change anything. It shows the following message inside the variable.find_real_file.png

1 ACCEPTED SOLUTION

Anurag Tripathi
Mega Patron
Mega Patron

Hi,

This is as good as it gets. 

If you have 4 columns then you will see it evenly, or with 2. 3 Columns will look the way you already have , no way to get it even.

-Anurag

-Anurag

View solution in original post

9 REPLIES 9

Something like this
https://community.servicenow.com/community?id=community_question&sys_id=4267d780dbe4a810a08a1ea668961943&view_source=searchResult

Here you go

 

 

It should look like this

find_real_file.png

 

You have to carefully place the container start, container end and also the splits. Also ensure you have the right layout on the container start, in the example i have used two sides, one side , then other side.

 

find_real_file.png

 

-Anurag

-Anurag

Sounds good. I will look for an alternative design. Thanks!

dianemiro
Kilo Sage

You may need to change the variable width for all those fields on the first column. Please let me know if this will work.

This will only work for a single column. Check the second part of my question for more information.