Home › Forums › CSS › Responsive left footer widget › Reply To: Responsive left footer widget
February 3, 2016 at 2:12 pm
#237670
Participant
You may find that using box-sizing: border-box;
on your 3 elements (with padding instead of margin) might be a bit easier, then you could just add even widths to your widget .block
class, and lose the margin-right: 3.8%;
width: 33.33%;
padding: 0 1.5em;
box-sizing: border-box;
I’d also recommend putting a height: auto;
on your img too, to stop it squishing