Questions tagged as 'alinhamento'

2
answers

Alignment problem in CSS

I have the following navbar: Onlyasyoucanseetheresultsdiv#isoutoflinewiththeinput#search.Code:<divclass="container-fluid primary-bgcolor p-3"> <div class="row align-items-center"> <div class="col-2">...
asked by 27.06.2018 / 16:29
1
answer

Vertical alignment of icons

I have the following structure: a div with width: 228px and height: 228px . Class: icons a <a> element with image size (icon). The problem is that I have some cases that have 3 icons (1 line) and...
asked by 20.01.2015 / 13:00
1
answer

FlexBox Align-items does not work

I have a problem, I did not quite understand the concept of Align-items in flexbox , I do not know why it's not working, <div style="display: flex; align-items: center; justify-content: center"> <div style="background-color: red...
asked by 28.11.2018 / 17:06
1
answer

Align lists of different sizes in the div in Bootstrap

I have some lists that are fed through a query to the database, that is, the amount that will show is uncertain, however I limit to show up to 5 records per category. How are you? Alistisoccupyingthe"space" of the other and so I want to b...
asked by 03.08.2018 / 14:51
1
answer

Align div center and left

Hello, I have a question regarding div alignment. I have a situation where I have multiple divs within one another. I want the internal divs to be aligned to the center, but when there is a line break, the div that went to the second line goes t...
asked by 02.08.2018 / 19:31
3
answers

DIV Alignment Bootstrap [duplicate]

I used the code that @hugocsl pointed me to and aligned, but now it gets minuscule on the responsive. I used the min-width and it worked! .mapa img {     float: left;     border: 1px solid; } .mapa {     display: flex;     justify-content:...
asked by 25.06.2018 / 20:57
1
answer

Demystifying the Veritcal-align ... in which display does it work?

No, the question is not repeated ... In other questions, I saw gambiarras to align the text vertically using margin, padding, etc. And I saw as a possible solution, change to display: flex, position: relative etc. But if I need the disp...
asked by 27.10.2017 / 18:51
0
answers

Script for Indesign Tables (JavaScript)

I created a script for InDesign using JavaScript, but do not know about creating one last command to complete it: myTable (); function myTable(){ app.selection[0].tables.everyItem().appliedTableStyle = "Tabela"; var...
asked by 01.11.2017 / 16:41
0
answers

Problem with bootstrap field alignment

I'm facing a problem, which I can not solve. Home What I want seems to be simple, to align the small field well below the written amount, I did some tests with methods I saw by the master google , but the field insists on being caught in t...
asked by 04.12.2016 / 22:17
2
answers

Force a DIV element at the bottom

Good morning, personal. I need to align elements in the bottom of a parent div. This is a chat screen where messages are displayed whenever there are new ones at the bottom of the window. However, I can not force the placement at the bo...
asked by 16.01.2018 / 13:15