Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Konstantin Kovshenin

    (@kovshenin)

    Greg, sure, just set the span attribute to 2 for the first column, and it’ll be twice as large as the second.

    Alex Hodge

    (@alex-hodge)

    Yes you can indeed use the following code!

    [column-group]
                  [column span="2"]
                   This column is twice the width
                  [/column]
    
                  [column]
                  Than this one
                  [/column]
    [/column-group]

    Hope this helps gaurand!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can column A be wider than column B?’ is closed to new replies.