Reply To: Grid Problem with empty columns

Home Forums Support Grid Problem with empty columns Reply To: Grid Problem with empty columns

Home Forums Support Grid Problem with empty columns Reply To: Grid Problem with empty columns

#234172
Tom
Lead Developer
Lead Developer

You might be able to accomplish this by putting an empty HTML element in each empty column.

For example:

<span><!-- empty element --></span>

That should make it so the two outside columns respect the width but stay empty.

Let me know 🙂