Hello, first I would like to thank the developers for such a wonderful plugin
now to my question, i am trying to setup a two column page with two niftybox inside the left column, and google map displayed in the other column. the result didn't turn out like every other prettty nifty boxes i've created. the problem is that the nifty boxes on the left side end up aligning up at the bottom of gmap instead top of the column. i've attached a screen shot and the code.
so it would be really nice if you could help me align those boxes to the top of the gmap.
Oh and i am using quasar theme template.
the code looks like this
{niftycolumn background=whitesmoke border=gainsboro}
{niftybox background=whitesmoke, border=gainsboro}
Address 1
{/niftybox}
{niftybox background=whitesmoke, border=gainsboro}
Address 2
{/niftybox}
{niftynextcolumn}
{mosmap width='500'|height='500'|lat='50.897283'|lon='-74.127722'|zoom='17'|zoomType='Large'|zoomNew='0'|mapType='street'|showMaptype='1'|overview='0'|text='sv DWO'|tooltip='DWO'|marker='1'|align='center'}
{/niftycolumn}