Well it's the following, I have the following code, what I intend is to put the divs that are inside the div with id="goncalo" next to each other in a straight line, ie I want it to be aligned in form of a "straight".
<div id="goncalo">
<div class="preview-wrapper" style="background-image: url('1.png'); background-repeat: no-repeat; width:50px; height:100px; background-size:100%;" data-id="24294275">
</div>
<div class="preview-wrapper" style="background-image: url('2.png'); background-repeat: no-repeat; width:100px; height:100px; background-size:100%;">
</div>
</div>