I'm currently working with 960gs and facing the challenge of adding padding to div
elements without resorting to using an additional inner div
.
When I attempt to add padding directly to the main div
, it disrupts the layout established by 960gs. The only solution I've come up with involves nesting another div
inside and applying the padding to that nested element.
While this workaround does resolve the issue, I personally find it redundant to have a second div
solely for padding purposes. Are there any alternative approaches that can be explored?