JC Dashboard is really nice and easy to use, however I have noticed that if you have two rows of panels the second row will not line up in the correct order. For instance, I have 3 gauges on the top row showing topics A, B and C.The second row is a numeric showing the actual value of each topic (A, B, C) directly under the same topic. The problem is when the page is viewed on a tablet or phone the second row shows in the following order: C, B, A
I have this on a laptop screen:
First Row: Topic A, Topic B, Topic C
Second Row: Topic A, Topic B, Topic C
I have this on a phone screen:Topic A Topic B Topic C Topic C Topic B Topic A .
Can I use HTML/CSS to correct this? or is there a simpler solution to get the vertical layout to be in the proper order? I an regular bootstrap break this would be ABCABC, correct?
Thank you