Anthony Berko
Posts: 0
Joined: Thu Oct 23, 2014 9:04 am

Display grid loop in horizontal line.

Hi Guys

I am having a lot of trouble displaying a loop in a grid in a horizontal line. I am looping weather information for 5 days and can only get it to display vertically...

Image

Image

I have found many topics in this forum with similar issues but can not get css to work how I want. I have tried a class using:

.InlineWx {
float: left;
}

OR

.InlineWx {
display: inline-block;
}

Neither are doing the job and I still get the same vertical display. I have tried applying the class InlineWx to both the grid that holds the label and the label itself.

Please help.........

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Display grid loop in horizontal line.

Hello Anthony,

Please use CSS as it is shown here:
https://getsatisfaction.com/apperyio/...

Anthony Berko
Posts: 0
Joined: Thu Oct 23, 2014 9:04 am

Display grid loop in horizontal line.

Hi Sergiy

I have already tried this code with no luck. In the css section I have used the following..

[name=WxGrid]{
float:left;
width:50px;
}

where WxGrid is the name of the mobile grid that receives the mapping in service.

Image

Image

Image

The numbers from the weather database still loop vertically....

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Display grid loop in horizontal line.

Please share (http://devcenter.appery.io/documentat...) your app with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a and provide us with the following information:

1) App name
2) Test credentials if login functionality is implemented in your app
3) Detailed steps to reproduce the issue

Return to “Issues”