How to make a DIV not wrap? October 15, 2022 by Tarik Try using white-space: nowrap; in the container style (instead of overflow: hidden;)