Page 1 of 1

How do you place two div's side by side

Posted: Mon Aug 13, 2012 7:59 am
by Sandeep Murthy

i'm trying to create a mobile app with a profile view of sorts so i need two divs to appear side by side and i cant get that to happen when i use the editor


How do you place two div's side by side

Posted: Mon Aug 13, 2012 10:22 am
by Maryna Brodina

Hello! Please try to use Grid component.


How do you place two div's side by side

Posted: Thu Sep 13, 2012 11:33 pm
by grcastleton

Is the grid the only way to do this? I'm trying to display an array of information returned from a REST API call in a grid form. That does not appear to be supported with the grid component. I can have the array information added as rows to the grid, but not columns.

For example, the rest API will return a list of image URLs. I would like those images to be displayed side by side in a grid form, with as many as will fit on each row.

Ideally I could just set a div to display=inline, and the divs would appear in a grid. I've tried adding display=inline to the custom components, but it doesn't seem to be working. Am I missing something?


How do you place two div's side by side

Posted: Thu Sep 13, 2012 11:43 pm
by maxkatz

You can use the Panel component: http://help.gotiggr.com/documentation...


How do you place two div's side by side

Posted: Fri Sep 14, 2012 12:06 am
by grcastleton

I tried that, but even after resizing them and setting a custom display component to 'inline', the panels still display on top of each other.


How do you place two div's side by side

Posted: Fri Sep 14, 2012 12:06 am
by grcastleton

I tried that, but even after resizing them and setting a custom display component to 'inline', the panels still display on top of each other.


How do you place two div's side by side

Posted: Fri Sep 14, 2012 3:35 am
by maxkatz

Can you show a screen shot of how it looks and maybe how it supposed to look? If you can show the code you used, that would also help.