I am trying to align two div's side by side, but when the second div isn't displayed, I want the first div to have width 100%.
Sorry for not using the correct post format but I hope you can understand my question. Thanks in advance!
<div class="container">
<div class="content"></div>
<div class="sidebar"></div>
</div>