[Support request] Grid Problem with empty columns

Home Forums Support [Support request] Grid Problem with empty columns

Home Forums Support Grid Problem with empty columns

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #234121
    Patrick

    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

    #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 ๐Ÿ™‚

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.