Sandeep Murthy
Posts: 0
Joined: Mon Aug 13, 2012 7:59 am

How do you place two div's side by side

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

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

How do you place two div's side by side

Hello! Please try to use Grid component.

grcastleton
Posts: 0
Joined: Thu Sep 13, 2012 11:31 pm

How do you place two div's side by side

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?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

How do you place two div's side by side

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

grcastleton
Posts: 0
Joined: Thu Sep 13, 2012 11:31 pm

How do you place two div's side by side

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.

grcastleton
Posts: 0
Joined: Thu Sep 13, 2012 11:31 pm

How do you place two div's side by side

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.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

How do you place two div's side by side

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.

Return to “Issues”