Questions tagged as 'grid'

2
answers

How does the Grid System work in Angular Material Design?

In the documentation of the Angular Material Design has a component called Grid List, which, I imagine, is the design part of the layout, but it only has two very simple examples and I could not understand its usage, so ... I'm right, is t...
asked by 07.07.2018 / 23:51
1
answer

Bootstrap Responsiveness - Problems with Grid

Hello, I am developing a website and I need to fix this piece so that it stays that way in the mobile ButifImakeachangetogetgoodatlowresolutions,itendsupspoilingthelargerversions.Hereisthecodeforthispiece:<divclass="row"> <div class...
asked by 08.09.2018 / 06:55
1
answer

How to remove column spacing in bootstrap

Good afternoon everyone, I'm working with columns and I came across a problem that's been hitting me for a long time, as you can see in this example link , I need the "Box 3" and also the "Box 5" are not down there, I want the elements on the l...
asked by 02.12.2017 / 16:24
1
answer

Selecting all page elements?

I was thinking about Grid-CSS , I read in some sites about frameworks that exist for him, and that in general are very bad, because they limit the capacity of the technology, so I thought, framework , where javascript...
asked by 29.11.2017 / 17:05
1
answer

Alignment of objects with Bootstrap

I can not understand why the Customers label is larger than the Order label, with 2 being defined with the same size. <div id="accordion-opcoes"> <div class="panel box"> <div class="box-header with-border"> <h4 class="b...
asked by 09.03.2017 / 15:03
2
answers

How to center an input on a grid in Bootstrap 4?

Hello, everyone. I'm starting with front-end web programming and I have a question regarding Bootstrap 4, and its grid system. Basically how to centralize input and p within Grid. I have the following code: <div clas...
asked by 06.04.2017 / 07:21
3
answers

Grid bootstrap getting misaligned on panel with results brought from the bank

I'm displaying the result of a query in panels, only they are getting misaligned, I want it to show how it is in the image below only 1 underneath the other, in the way that it is generating a pyramid effect, follows code and image example: &...
asked by 22.12.2016 / 15:39
1
answer

How can I build a loop with the bootstrap grid in several sizes?

I'm currently working with wordpress and came up with the following question ... My current loop is like this ... (8 Items) COL-MD-6 COL-MD-6 -------------------------- --------------------------...
asked by 29.08.2016 / 20:47
1
answer

Dynamic column with value appearing wrong in WebGrid

I have a problem creating a table with dynamic columns. I add the columns in loop in this way: for (int i = 0; i < attrIds.Count; i++) { resource_attr attr = resourceAttrRepository.Find(attrIds[i]); int lo...
asked by 17.11.2014 / 14:13
1
answer

Boolean Array in Grid

Hello, I'm making a kind of simcity and had the problem that when I draw I could draw the road over again. So I solved this by creating a Boolean Array when drawing that area of the grid gets true and can no longer draw on it. But the problem th...
asked by 05.08.2014 / 23:53