Most voted "alignment" questions
48 questions
Sort by count of
-
6
votes2
answers2044
viewsHow to keep Ivs aligned on top of each other?
- I am extremely new to the subject and do not know much, I am going from searches on the internet, videos and readings, I say this in case there is some code or unnecessary rule in my doubts I…
-
3
votes1
answer82
viewsPlace text pictures etc... in horizontal order
How can I put the component of Bootstrap Thumbnails in horizontal order? And how can I increase their size (with the image together) to a size I want? If you can help me thank you very much.…
-
3
votes3
answers449
viewsAlignment of text vertically
I’m trying to align the text to the center of the screen, I tried to use the transform:translateY(-50%) with the top:50% in position:absolute, but it didn’t work, I’d like to know how to fix it, and…
-
3
votes1
answer648
viewsIn Flexbox why does Justify-self not work on the children of a parent with display:flex?
I have a question about flexbox and individual child alignments. I wonder why the justify-self does not work when applied on the child of a parent with flex, however the align-self works normally...…
-
3
votes2
answers90
viewsVertical alignment of a div
Hello, I’m mounting a screen that for now is as follows: However, for this "vertical alignment" this div is, I am using a margin-top with percentage to help, but I believe that is not the right way…
-
2
votes2
answers6493
viewsAlign DIVS in CENTER
I’m working with bootstrap + codeigniter and I can’t align the products in the center of a div. I would like the blue items in the center to be aligned by the center. HTML/PHP <div…
-
2
votes2
answers1799
viewsDashed line only css?
does anyone know how to make this dashed line only with css? I tried with images but could not thank you!…
-
2
votes2
answers2990
viewsHow to align a checkbox next to a label?
I would like to align my label with the checkbox using CSS, so that the label does not get below the checkbox. Here’s a print of how I’d like it to look: Mine is getting like this: body { display:…
-
2
votes1
answer44
viewsHow to make proportional screens on different phones on Android?
I’m taking a beating to get that answer, so who knows who around here can give me a little help... I need to place a certain screen, a background image, and a series of buttons superimposed on this…
-
2
votes2
answers370
viewsAlignment of same input Row using form validation
I am developing a React registration form, and for validation of input'I use the Yup. On the third Row of the form I have 3 input's, when Yup does the validation and inserts the notification…
-
1
votes1
answer685
viewsInline-block element drops when filled
I have 3 elements inline-block. Are 3 squares aligned, summarizing. So when I put one div "daughter" in one of them, he falls and the other empties stay in position. It happens the same with all.…
-
1
votes1
answer1582
viewsVertical alignment of icones
I have the following structure: one div with width: 228px and height: 228px. Class: icons an element <a> with image size (icon). The problem is that I have some cases that have 3 icons (1…
-
1
votes2
answers670
viewsGRID Bootstrap column size - Customized value
Greetings! Could someone give me a light as to the image below ... The question X is that I need a middle ground in this alignment. If I put col-Md-1 cut the input if I put col-Md-2 gets very large.…
-
1
votes0
answers66
viewsProblem with bootstrap field alignment
I’m facing a problem I can’t solve. What I wish seems to be simple, align the small field well below the written amount, I did some tests with methods I saw by the master google, but the field…
-
1
votes1
answer178
viewsDemystifying the Veritcal-align... on 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 saw as a possible solution, change to display:flex,…
-
1
votes1
answer918
viewsFlexbox Align-items does not work
I’m having a problem, I don’t quite understand the concept of Align-items in flexbox, I don’t know why it’s not working, follow code: <div style="display: flex; align-items: center;…
-
1
votes0
answers133
viewsScript for Indesign Tables (Javascript)
I created a script for Indesign using Javascript, however I am not able to create a last command to complete it: myTable (); function myTable(){ app.selection[0].tables.everyItem().appliedTableStyle…
-
1
votes1
answer46
viewsCorrect alignment
Good evening to all colleagues.. I am researching a lot and can not find a solution to the following problem. I can not keep aligned anything as shown in the figure below: I downloaded several…
-
1
votes1
answer311
viewsHow to position the form in the center of a DIV?
body{ background: #EFEFEF; font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif; } .create-box{ background: #DF5B5D; border: 10px dashed #FEFEFE;…
-
1
votes3
answers840
viewsDIV Bootstrap Alignment
I used the code @hugocsl gave me and it was aligned, but now it’s tiny in responsive. I used min-width and it worked! .img map { float: left; border:1px Solid; } map {. display: flex;…
-
1
votes2
answers62
viewsAlignment problem in CSS
I have the following navbar: But as you can see, the div#results is misaligned with the input#search. Code: <div class="container-fluid primary-bgcolor p-3"> <div class="row…
-
1
votes1
answer1341
views -
1
votes1
answer187
viewsAlign lists of different sizes in Bootstrap div
I have some lists that are fed through a query to the database, IE, the amount that will show is uncertain, but I limit show up to 5 records per category. How are you: One list is occupying the…
-
1
votes1
answer7744
viewsButton placement on bootstrap
I have a website based on a template bootstrap, on one of the pages I added a button and as much as I gave the command to be aligned to the right, it is always left and misaligned in relation to the…
-
1
votes1
answer39
viewsHow to leave the menu with a "dropdown" option
I put in the menu bar an option with "dropdown", only when I click, it gets bugged on the site (goes to the bottom line) <!DOCTYPE HTML> <html> <head> <title>Brown…
-
1
votes2
answers117
viewsHave side-by-side elements
Good morning, everyone, I’m trying to align an image with a table, but I’m not getting it. Can someone help me to identify what’s missing? Follows code below: index.html <section…
-
1
votes1
answer63
viewsHow to align numbers on the left using str.format?
I’m studying about format strings and I’m not getting the same alignment behavior on the left with the minus sign (-) using the function format. What is the right way to do this using format?…
-
0
votes1
answer75
viewsBroken alignment with Bootstrap
Hello, I’m making the following page. http://www.goldhairmoveis.com.br/bancos And for some reason the alignment went wrong in the fourth product. I have already inspected everything and apparently…
-
0
votes2
answers276
viewsCSS vertical alignment based on the height of another element
I’m trying to create a block that contains an image with content on the side, where I want the image to be aligned to the center based on the height of the content. I leave here a scheme of what I…
-
0
votes1
answer564
viewsIs there any way to align a justified text in Phpword?
I would like to align a text with phpWord as follows: $doc->addText('Meu texto justificado', array('size' => 9), array('align' => 'justify') But he doesn’t line up the text, I saw that…
-
0
votes1
answer40
viewsLearn about Columns - css
One day, I had to develop a site where the layout had some images that weren’t exactly side by side, and since I didn’t know about Columns, I ended up aligning everything in Absolute and that mess…
-
0
votes1
answer450
viewsHtml and css alignment
I am facing some difficulties while trying to align the following content HTML <div class="header"> <div class="logo-para-header"> <h2>Logo teste</h2> </div> <div…
-
0
votes2
answers4389
viewsForce a DIV element into the bottom
Good morning, everyone. I need to align elements at the bottom of a mother div. This is a chat screen that messages are displayed whenever there are new ones at the bottom of the window. However, I…
-
0
votes1
answer341
viewsIs it possible to space two texts in centimeters in the same Excel cell?
As the example of the figure below. i need to tabulate in a single cell two texts so that from one cell to the other (from the same column) the texts on the right are perfectly aligned (see column…
-
0
votes2
answers50
views -
0
votes1
answer86
viewsAlignment Table HTML5 content
Good afternoon, everyone, someone can tell me which change is missing in my code so that my table has data below the column shown in the photo? Below is a picture of the expected result and my code:…
-
0
votes1
answer76
viewsHow to "misalign" Ivs with Flexbox?
Good night, you guys. I’ve been taking a beating from the flexbox for a long time, as I can’t "misalign" my Ivs and leave them without vertical space when one div is larger than the other. Does…
-
0
votes1
answer55
viewsAlignment of elements in html and css
good afternoon people, sorry to bother you, but I need help to do an alignment I’m not getting. I’m formatting an element that looks like a table, has the days of the week to the left and the times…
-
0
votes0
answers55
viewsLatex - How to merge columns to correct spacing error in the last column of the table?
Hello! I’m trying to merge the third column of the attached code table but I’m not able to develop a code that can eliminate the spacing error in the last column. Note that the text of the third…
-
0
votes1
answer44
viewsHow to align the next lines of a <span> to the first line?
I have a <div> which holds an image and a <span>, and my goal is that the image is aligned vertically to the <span> in the first line and the next lines of the <span> start…
-
0
votes1
answer31
viewsAlignment does not work in a div
I’m trying to line up a div in the center, but it’s on the left. I’ve tried using <div align="center">, tried to use text-align and align-items in css, but nothing works. #json {…
-
-1
votes1
answer42
viewsCell spacing at right
I need to align an image to the left and a text to the center, but on the same line. The code I used was using tables, which is not necessary, but I thought it would help: <table> <tr>…
-
-1
votes1
answer226
viewsAlign Textview to the right in a Linearlayout in Android Studio
Hello, I’m a beginner in Android Studio, and I had a problem with alignment, I already took a look at similar questions but could not solve the problem. My layout is like this: I need to leave…
-
-1
votes1
answer48
viewsProblem for alignment
I have a problem, I can’t put the Radiolisttile next to an image, when I try to put it looks like this: You can take a look at my code and see what’s wrong: Scaffold( body: Container( padding:…
-
-1
votes1
answer39
viewsI CAN’T ALIGN MY SVG TO THE TEXT ON MY LIST
I would like to align my SVG icon next to mine <li><a href="#">INFORMÁTICA</a></li>. I have tried using padding, margin but the two are moving together because the SVG is…
-
-2
votes1
answer45
viewsright alignment(right), with the Divs one below the other!
in a page I want to put a text to the left and four Ivs to the right, each div will be formatted to be visible in square format and within each div will have small texts with some icons. Okay, the…
alignmentasked 5 years, 12 months ago Elenilton Silva 21 -
-2
votes3
answers75
views -
-2
votes2
answers38
viewsHow to align 4 Divs with image
How do I align my texts and images side by side as this way below: I researched and tested several ways to align and could not. Currently it is like this: The code I used to do this is this: <div…