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/>
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.