When positioning two divs side by side with widths set in percentages, a total of 100% is often too wide and results in the divs not sitting next to each other as intended.
Reducing the total width to 99% can create an uncomfortably large gap between the two divs.
Is there an optimal percentage that allows the two divs to fit nicely on the page without any issues?
What might be causing this spacing problem between the divs?