Hi,
Im wondering if anyone knows how to center a grid which contains images to the center of the screen?
I have tried:
Tiggzi('mobilegrid').css('margin', 'auto');
Tiggzi('mobilegrid').css('display', 'block');
and
var cellElement = Tiggzi('mobilegrid').closest('td')
cellElement.css('text-align', 'center').css('vertical-align', 'middle');
but these only center it horizontally and not vertically.
Anyone got any ideas how to solve this problem?