Most voted "grid" questions
Grid (grid) Checkered, used to facilitate the alignment and positioning of objects.
Learn more…124 questions
Sort by count of
-
1
votes1
answer88
viewsWhat is the track Listing and grid track in the grid layout?
I read the documentation of Mozilla but I could not understand very well what would be the grid track and nor the track Listing, someone could explain in a simpler and intuitive way what would be…
-
1
votes1
answer492
viewsCSS Grid Layout - Browser compatibility
Regarding Web development, I have studied CSS grid layout using mainly videos. Some are a little older and instruct not to use this specification in production as the site will break. My question…
-
1
votes2
answers4974
viewsUnwanted CSS white space
I’m doing a booking site for outdoor activities and I’m having a problem with CSS. In my document there is always a blank part below the image, I do not understand why. In Chrome dev tools nothing…
-
1
votes2
answers40
viewsSide-by-side images aligned on any screen
HTML <a href="index.html"><img src="imgs/Logo Aguia vet.png" alt="Logo Aguia Informatica" class="responsive"></a> <a href="http://mactronengenharia.com.br/"…
-
1
votes0
answers46
viewsPerformance impact using mixins in a CSS grid system
Suppose you want to build your own grid and that unlike the one found in Bootstrap, you want to do something semantic. For this you write mixins with the syntax of SCSS. Let’s assume you have…
-
1
votes2
answers778
viewsHow do I change the content of a Usercontrol using a button in another Usercontrol?
A window with a grid, and with two content areas, "Contentarea" and "Contentmenu". "Contentarea" starts blank, "Contentmenu" starts with the Navigation buttons, which make "Contentarea" change its…
-
1
votes1
answer61
viewsTcxgrid with sub level, show column to expand levels at last position
Hello! I’m a beginner with Cxgrid, I need to do a sub-level grid, but I wanted the column that allows expanding the levels (+) to be in the last position of the columns of the grid. I do not know if…
-
1
votes2
answers1043
views -
1
votes1
answer187
viewsGrid is not working
Hi, I’m having a problem using a grid.css. Here’s the thing, using the classes to define the columns, it just doesn’t work. I just want to line up 2 columns side by side. I’m using this grid:…
-
1
votes0
answers44
views -
1
votes2
answers273
viewsCenter DIV on Bootstrap Grid
I have the following Section, and I need the Divs to be centered horizontally on my Boostratp 3 Grid. It always stays on the Left side and I can’t change that. <section id="servicos"> <div…
-
1
votes1
answer1414
viewsImplementing Grid Bootstrap 4 and Sidenav
Hey there, fellas. I’m doing a little project and I’m having difficulty using grid and sidenav bootstrap, I want to make a fixed menu side, no responsiveness with 30% of the screen size and the…
-
1
votes1
answer109
viewsHow to equally divide Stackpanel’s space between children
I have a Stack Panel with a few buttons inside, I want the available Stack space to be divided equally between the buttons. <StackPanel Orientation="Horizontal" HorizontalAlignment="Center">…
-
1
votes1
answer434
viewsFloat elements with CSS Grid
Good morning friends. I have the following problem: I need to make the elements float with CSS Grid without having a specific Row defined. For example, in the following image, there should not be…
-
1
votes1
answer165
viewsHow exactly does the grid area work?
I’m trying to style the page using grid in CSS but I don’t think I understand very well how the area template works. What are you doing: .pai { display: grid; grid-template-columns: repeat(3, 50px)…
-
1
votes1
answer985
viewsCenter a div to the center of the screen in flexbox
I’m trying to make a copy of the website https://champion.gg/ using grid/flexbox and would like the Champion search box name centered with the page, same as the original site. I applied a…
-
1
votes2
answers887
viewsAlign items in css grid
Hello, I’m having difficulties to align items inside a cell created by the display: grid. for example: In this example above I can simplify my difficulty. If we remove the "text-align: center;" the…
-
1
votes1
answer510
viewsHow to change location buttons dynamically using Tkinter?
I know that this code has a lot of repetition and I intend to "dry" it later. For now, I want to understand how to change the position of the buttons in Tkinter dynamically. The solution I initially…
-
1
votes0
answers102
viewsRound geographical coordinates for classes with intervals of 0.5° latitude/longitude
I have the following data.frame with the occurrence coordinates of a species: df <- data.frame( especie = c("sp1", "sp2", "sp3"), longitude = c(-48.97376, -36.08333, -41.66931), latitude =…
-
1
votes1
answer37
viewsHow does a div go past the grid size?
Guys, I’d like to leave it at that: But so far, I’ve only been able to keep it that way: I am the css grid, I can’t get the div to pass over the other. My codes: #sobre { width: 100%; height: 100vh;…
-
1
votes1
answer111
viewsElement overwriting another HTML/CSS
Hello! My problem is this: I made this grid followed by a button. On the desktop it appears correctly, but in mobile the button is superimposed on the grid... Does anyone have any idea what it might…
-
1
votes1
answer30
viewsMerging columns in the CSS grid system
I’m doing a study on the CSS grid and came across a problem. I created a grid with six columns and am using helpers to determine how many columns I will merge. I am confused by the fact that the…
-
0
votes2
answers282
viewsWord selection for phrase formation
To facilitate the explanation, I have separated the following mockup: The idea is this: Each of the options in the DIV is originally not visible, the idea is that an option is visible only after the…
-
0
votes1
answer52
viewsGrid Boolean Array
Hello, I’m doing a kind of simcity and I 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 grid area gets true and can…
-
0
votes0
answers100
viewsError installing Jeet Grid System
I’m having a problem installing the Jeet Grid System. When I give one svn checkout https://github.com/mojotech/jeet/trunk/scss/jeet console gives an error: 'svn' não é reconhecido como um comando…
-
0
votes1
answer78
viewsDoubt about how to turn a gridView object into non-clickable
Hello, I have a gridView I built with an Adapter I inherited from Basedapter. I want my Activity, when you click on an item (I have 16 in total in mine), to make other items clickable and vice…
-
0
votes1
answer101
viewsDynamic column with value appearing wrong in Webgrid
I have a problem when creating a table with dynamic columns. I add the columns in a loop this way: for (int i = 0; i < attrIds.Count; i++) { resource_attr attr =…
-
0
votes0
answers745
viewsHow to add row and columns dynamically in a Tablelayoutpring C#?
I have a TableLayoutPanel displayed in grid form on the screen that already has an X amount of rows and columns, and also contains components in its cells. I allow, through a screen, the user to…
-
0
votes0
answers71
viewsHow to define a simple checkbox?
staff would like to know how to leave the checkbox of this grid with a standard template. example: http://plnkr.co/edit/Z6JRMoKQoirf23q1JlgR?p=preview <!doctype html> <html ng-app="app">…
-
0
votes1
answer51
viewstidy up contents in the views and delete the white spaces that are appearing
I have the problem of listing elements in my views, these elemntos should appear together with no white spaces that separate them. To solve this question I tried to use masonry, unsuccessfully, and…
-
0
votes1
answer328
viewsHow to remove column spacing in bootstrap
Good afternoon everyone, I am working with columns and I came across a problem that has been hitting me for a long time, as you can see in this example https://jsfiddle.net/qt542gLo/, I need that…
-
0
votes0
answers426
viewsSort GRID fields in alphabetical order - Delphi
I need to sort the grid fields of my chart in alphabetical order (Usage Delphi 10.1 Berlim and the component TcxDBPivotGrid devexpress), See attached image: OBS -> I need to order the fields that…
-
0
votes1
answer67
viewsConfigure tooltip in grid cell click event
I’m trying to show a tooltip when the user clicks on a grid cell. When I click on a cell, the tooltip appears. The problem is that, after the click, it keeps popping up whenever I hover over any…
-
0
votes1
answer105
viewsHow can I build a loop with the bootstrap grid in several sizes?
I am currently working with wordpress and came to the following doubt... My current loop is like this... (8 Items) COL-MD-6 COL-MD-6 -------------------------- -------------------------- COL-MD-6…
-
0
votes2
answers300
viewsHow to reload grid without checking if it exists JS Jquery
The system was built with modals and it is possible that there is a modal there in the 2nd level that needs to update two grids below (one in the main screen and the other in the modal in the 1st…
-
0
votes1
answer352
viewssetFocus in the grid column with the name of the field in the database
When I try to focus on a specific column by the name of the field in the database, it is not right. However if I do putting the number in the order of the column, example column 4, I know, but I…
-
0
votes1
answer113
viewshow to color 3 by 2 grid boxes in css
I have the following html code: <div class="wrapper"> <div>1</div> <div>2</div> <div>3</div> <div>4</div> <div>5</div>…
-
0
votes3
answers299
viewsGrid bootstrap getting misaligned in panel with results brought from database
I am displaying the result of a query in panels, only that they are getting misaligned, I want to show as ta in the image below only 1 below the other, the way this, generating a pyramide effect,…
-
0
votes1
answer510
viewsObject alignment with Bootstrap
I can not understand why the label Customers gets bigger than the label Order and the 2 were defined with the same size. <div id="accordion-opcoes"> <div class="panel box"> <div…
-
0
votes1
answer32
viewsGrid with loop breaks in wordpress! Foundation6 usage as framework
Good afternoon, I have been having many problems when doing a grid with loop, as the posts of a blog in grid, follows an illustration image: http://i.imgur.com/Bnz2jb9.png Does anyone know what to…
-
0
votes2
answers1072
viewsHow to center an input on a grid in Bootstrap 4?
Hello, everybody. I’m starting with front-end web programming and I have a question about Bootstrap 4, and its grid system. Basically how to center the input and the p inside the Grid. I have the…
-
0
votes0
answers106
viewsHow to update a table with multiple fields
Next, I have a form, inside this Form several Input with vectors, example <tr> <td style="vertical-align:middle"> <input type="checkbox" name="Checks[]"…
-
0
votes0
answers147
viewsBroken layout using grid
I’m using a grid system for my layout as seen below: .artigo { margin: auto; width: 70vw; display: grid; grid-template-columns: minmax(200px, 3fr) 1fr; margin-top: 90px; } @media (max-width: 1400px)…
-
0
votes0
answers43
viewsGrids Boostrap Help
Good personal evening I am with a problem I am learning to make a site, I am with some doubts related to grids system I gave a researched not understood very well so I came here in the forum , this…
-
0
votes1
answer52
viewsWhy aren’t header-logo and header-links on the same line?
.container { width: 100%; display: grid; align-content: center; grid-gap: 10px; grid-template-columns: auto; grid-template-rows: 3fr 15fr 10fr auto; grid-template-areas: 'header-top header-top'…
-
0
votes3
answers839
viewsGRID bootstrap system - col-Xs-X does not recognize width
I am studying bootstrap, and when formulating the GRID system a col recognizes the values LG, MD, SM, but does not recognize the requested XS. When I resize the browser to mobile size it always puts…
-
0
votes1
answer26
viewsSelecting all page elements?
I was thinking about Grid-CSS, I read on some websites about frameworks that exist for it, and that in general are very bad, because they limit the capacity of the technology, so I thought, why no…
-
0
votes2
answers80
viewsGroup of bootstrap Gird images staying out of loop
I have a list of images where I am using in grid to organize them getting the exact amount I need by lines. With this I made a loop to control the grids and I also have the loop of the images.…
-
0
votes1
answer103
viewsBootstrap Grid Html - Problem with Collapse button
Hello, I created a 3-column grid with the bootstrap and inserted two Collapse buttons in each column. The problem is that in any Collapse button I click, it only opens in a column, always in the…
-
0
votes3
answers322
viewsBootstrap doesn’t do what I want
Good morning guys. I’m new to the community, and here’s my first question. I’m trying to centralize my form with bootstrap on the screen but I don’t want to work at all, I’ve tried the form, I’ve…