I’m trying to implement this layout:
In normal HTML/CSS I’d just add in a DIV container around the image and text, set the background-color to #fff, and control the width and height accordingly.
If I use cornerstone I’m restricted to using just sections, rows, and columns, but if I set the background color of the column to white it’s inappropriately sized, e.g.:
Any tips on implementing the above layout correctly?