A grid is a table in the html code. Other than editing the source, which makes the page no longer editable with the Visual Builder (according to the docs), is there a way to make a cell span one or more columns or rows?
In the source code, there are colspan=1 and rowspan=1 properties for each cell. I've tried adding colspan with More Properties, but that does nothing.
By the way, the documentation is very limited in describing More Properties. Mainly, it doesn't say what type of properties can be added - all I can find is two examples, which are JQuery properties. I've tried adding numerous standard html or css properties, such as background-color, and none of them work.
Thanks