Questions tagged as 'grid'

3
answers

GRID system bootstrap - col-xs-X does not recognize width

I'm studying bootstrap, and in formulating the GRID system the 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 the requested div in size 12 (full). <!DOC...
asked by 23.10.2017 / 20:49
2
answers

How to adjust a grid in HTML

Hi! I'm having trouble setting up a grid with two images + HTML text (it's for a blog post, so I need it to be HTML anyway). I need the image of the road to be left, with the picture of the phrase on the right, aligned on top (with a distance...
asked by 20.10.2017 / 01:48
1
answer

Why is header-logo and header-links not 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' 'heade...
asked by 27.08.2017 / 15:24
0
answers

Broken 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) { .artigo { di...
asked by 04.07.2017 / 16:54
0
answers

Grids Boostrap Help

Good evening, I'm having a problem, I'm learning to make a website, I'm having some doubts regarding the grids system I looked for. I did not understand very well, so I came here in the forum, this is happening when I zoom on the page. of the pl...
asked by 08.06.2017 / 01:50
0
answers

How to update a table with several fields

Next, I have a form, inside this Multiple Form Input with vectors, example <tr> <td style="vertical-align:middle"> <input type="checkbox" name="Checks[]" value="<?=$id_extrato?>"></td> <td style="verti...
asked by 23.04.2017 / 20:20
1
answer

Grid with loop breaking in wordpress! Using Foundation6 as a framework

Good afternoon, I've been having a lot of problems when doing a grid with a loop, like the posts of a grid blog, follow an illustration image: Does anyone know what to do for the grid not to break? Here is the code: <!-- the loop -->...
asked by 16.03.2017 / 19:23
1
answer

Configure tooltip in click event in grid cell

I'm trying to display 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 other cell. I am using Ext JS 4.2.1. I'll leave...
asked by 05.07.2016 / 14:51
1
answer

store contents in views and delete whitespace that are appearing

I'm having the problem of listing elements in my views, these elemntos should appear together with no blanks to separate them. To solve this issue I tried to use masonry, without success, and I have no idea how to make this arrangement! <di...
asked by 19.04.2016 / 20:26
0
answers

How to define a simple checkbox?

People would like to know how to leave the checkbox of this grid with a default template. example: link <!doctype html> <html ng-app="app"> <head> <script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.4...
asked by 10.09.2015 / 14:10