This is probably something I set up wrong but when I create a simple custom layout with two columns side by side inside a row with the columns set to 85% relative width and 15% relative width, and then add a label inside each one (left one aligned to the left within the column; right one aligned to the right within the column), they get squished together.
The only other thing that comes to mind what the row container is doing. Is it filling the screen or just the contents. The fit contents and fill containers have some erratic behavior…
@drted Aha! The row container was set to width = fill container. I switched it to width = Relative Size, 100% and it displays correctly now. Thanks again!