+ 2
[Urgent] How can I make several "div" elements line up horizontally, side by side, inside another "div"?
5 Answers
+ 6
Have you tried
display: inline-block;
in the CSS?
+ 5
take a look at this, I would suggest maybe putting the image in a auto column that has no width, then the same (auto column) with the info button but using inline CSS define the width
https://code.sololearn.com/WSiTH7F0wUWU/?ref=app
+ 4
ÂżPuedes mostrarnos tu cĂłdigo? Nos facilitarĂĄ ayudarte.
Can you show us your code? It will make it easier to help you.
+ 1
Yes, I already tried, I think. By the way, if you speak Spanish I would be grateful
+ 1
What I need is that the info button is on the other side in the blue box
https://code.sololearn.com/WyU1r7alDDGE/?ref=app