Site logo

Archived topic

box styling with css

8 replies · Started by Melissa on August 2, 2019

Viewing posts 1–9 of 9

Looks like you need to re-work your HTML a bit.

Each section should have its own <div>

In the main content I have 5 distinct divs. But the infobox div sits too high and behind the first two (column) divs.

What if you wrap the first 2 grid-50 in a <div> as well?

No change

Because the first two elements were floated, I needed to put
clear: both;
in the .infobox rules. It's working now.

Awesome :)

This archived topic is closed to new replies.