CSS: Get Two Divs to Align Horizontally

Date: 2015-07-09 |

DISCLOSURE: If you buy through affiliate links, I may earn a small commission. (disclosures)

**Problem: **I want to align two of my divs horizontally (side by side), but I can’t figure out how.

**Solution: **Just add the style display: inline-block to your two divs.

In each div put:

style=”display: inline-block;”

Source: http://stackoverflow.com/questions/4938716/align-div-elements-side-by-side

Want more like this?

The best way to support my work is to like / comment / share for the algorithm and subscribe for future updates.