Archived topic
Grid Problem with empty columns
1 reply · Started by Patrick on October 10, 2016
Hi Tom,
Hope you are fine :)
I've one question:
how is it possible to to the following with your lightweight grid plugin an gp.
3 Column layout
first column 25% and empty
second column 50% and filled with text
third column 25% and empty.
it only words, if I put a text like "a" to the first and third column. a space or if i leave they empty, the first and the third column do not expand to their 25% and my text in the secon column is floatet to the left side where the empty first column should be.
Thanks for your tip and regards
Patrick
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 :)