Most voted "grid" questions
Grid (grid) Checkered, used to facilitate the alignment and positioning of objects.
Learn more…124 questions
Sort by count of
-
0
votes0
answers25
viewsHow to change the Model data being shown in Gridmvc?
I have a Gridmvc in my form where displays a list of units, in this grid has a text field, and a checkbox, I would like when the user type some text box or catch the check, this change reflected in…
-
0
votes1
answer164
viewsBootstrap mobile working as -Md
I’m starting a project with bootstrap, but I can’t adjust the mobile. <div class="col-xs-12 col-lg-3 col-md-6 nopadding black appear "> <img src="img/portfolio/thumbnails/1.jpg"…
-
0
votes1
answer56
viewsBootstrap Responsiveness - Grid Issues
Hi, I’m developing a site and I need to fix this piece to stay this way on mobile But if I make a change to make it good in low resolutions, it ends up ruining the larger versions. Follow the code…
-
0
votes1
answer324
viewsIONIC - Grid Responsive
Good afternoon, I have the following GRID with IONIC, it’s like this: <ion-grid> <ion-row class="cell-2"> <ion-col> Código </ion-col> <ion-col> Nome </ion-col>…
-
0
votes0
answers41
viewsA* - Jquery + Javascript
I’m taking a test of pathfinding in jquery with JS, and gave a strong empacada. I searched several places, but I’m not able to reason how to start reading the "neighbors" to make a line between the…
-
0
votes1
answer602
viewsUnwanted white space bringing the horizontal scroll bar to life by decreasing the screen
When resizing the screen, there comes a time when a blank space is being generated in the corner of the screen, starting to do something with grid and trying to make it responsive, I must add media…
-
0
votes1
answer27
viewsResponsive navbar does not appear when changing window size
I’m doing a full header with grid. The problem is I made a hamburger menu. So I made this function to click it appear and click again it hide. However if I enlarge the window(resize) after clicking…
-
0
votes1
answer49
viewsInput error inside Div
I have a table and I’m making a filter worked, but when I put the input inside the div to align can not filter, even takes 1 letter but does not filter more. <script type="text/javascript">…
-
0
votes1
answer51
views<footer> only occupies the first 3 columns created in the CSS Grid. How do I occupy the 4 screen columns?
body { margin: 0; padding: 0; box-sizing: border-box; background-color: white; } div.container { display: grid; grid-template-columns: 3fr 1fr; grid-template-rows: 20vh 70vh 10vh;…
-
0
votes1
answer310
viewsTkinter - Manipulation of buttons using PYTHON GRID
Good evening, I’m having difficulty with the module Tkinter in python, I’m creating an email generator and I need to position some buttons on the screen but the use of columns do not allow me to…
-
0
votes1
answer51
viewsProblem with Column-Gap
Good night. I’m having a problem in my CSS.. I need to create two columns, one of text, and the other with image, however the columns don’t play along (CSS error, but I can’t fix it); Follow the…
-
0
votes1
answer67
viewsHow to remove the space between two Divs?
I have already researched here by SOF but the problems that appeared did not resemble mine, so I would like to know what I did wrong here: I want to know how to remove this space between the two Ivs…
-
0
votes1
answer58
viewsCSS Grid Tables creating new lines when they shouldn’t
I need to create a grid with 4 tables within a fieldset, which should have 2 rows with two tables each. But instead of putting two tables side by side on the lines, the code creates a new row for…
-
0
votes2
answers51
viewsAlign Divs, with or without Bootstrap
Hello, I need a centralized grid using bootstrap, I managed to do this using flex and justify-content-center: .item { border: dashed 1px blue; padding: 5px; } .container { border: solid 1px black;…
-
-1
votes1
answer449
viewsHow do I make this panel with bootstrap grid system?
I know how to use the bootstrap grid system but in this project I need to do the Row class has height size and aligns with the other grid I will post an example here…
-
-1
votes1
answer60
viewsProblems with dynamically generated Grid Layout
Good morning, you guys! I’m a beginner in the front-end area and it’s one of the first times I’m using Boostrap. This time, I need to deliver a work for the school and for that I developed a kind of…
-
-1
votes1
answer392
viewsCheck if record already exists in DB Grid Delphi
Good afternoon, you guys. The language I’m using is Delphi 4. I have a question on how to check if a record already exists in DB Grid. The values I want to enter in Dbgrid will be typed in a DB…
-
-1
votes1
answer32
viewsGrid with charts that replace each other
I’m creating a page with a grid that should have 3 charts, one at each grid position. But all the graphs are in the same position of the grid and end up replacing the previous graphs (Graph 2…
-
-1
votes1
answer23
viewsHow to adjust grids to always have the same height space
I am creating a screen with bootstrap that will have several items panel But the way I did, it only fits well on the screen if the content is the same height, something that will not always happen,…
-
-1
votes1
answer24
viewsHow to insert Dynamic Grid into the WPF XAML interface
I wrote a method that creates a Grid dynamically: private void createMyGrid(int l, int c) { //Create grid Grid DynamicGrid = new Grid(); DynamicGrid.ShowGridLines = true; //Create lines for(int i=0;…
-
-1
votes1
answer29
viewsgrid fill div
I have a page where there is a part with questions, I needed to put the textfield filling the frame and the button in the bottom right corner of the page, but for that I would need to fill the grid…
-
-2
votes1
answer494
viewsProblem with v-col Vuetify
Hello I’m having a problem with the vuetify Gride system. I’m using lg for viewing on my machine, however when using Xs or Sm for mobile devices is giving no effect. In the resolution of my machine…
-
-2
votes1
answer305
viewsMove column items to grid css column
I want to know if there is a way to move an item within a column to another column using css grid. Follow example: here I wanted to move this green div to the second column of the purple div using…
-
-2
votes2
answers52
viewsTrying to place the images next to each other with the display; flex
<section class="flex"> <div><img src="fotocurriculum/moletom.jpg" alt="moletom"> Moletom Branco</div> <div><img src="fotocurriculum/moletom.jpg" alt="moletom">…