Quantcast
Channel: Active questions tagged flexbox - Stack Overflow
Viewing all articles
Browse latest Browse all 1305

i need help to understand why i cannot get the two elements on the same line using this code

$
0
0

I am trying to put the 2 objects inline, but the profile always goes to the next line.

.wrapper1 {  display: flex-inline;  align-items: left;}.comment-profile-pic {  border-radius: 50%;  width: 50px;}
<div class="wrapper"><form action="process_form.php" method="post"><div id="wrapper1"><input type="text" id="email" name="email" style="width: 300px;" placeholder="Enter your         login email"><input type="image" id="image" alt="Login" src="images/enter25.png" /></div></form><div/>

output

tried changing the flex to inline and just flex and most else i could try, moved the lines around shuffled the divs. 2 days now.


Viewing all articles
Browse latest Browse all 1305

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>