Home › Forums › CSS › Footer territory › Reply To: Footer territory
February 26, 2016 at 11:42 am
#238508
Participant
I would do it like so, using display-table/table-cell:
http://codepen.io/kvana/pen/grOpXE
It does require you to restructure your html a little though. You’ll have to either put all of the footer text into a single paragraph element, or you’ll have to wrap the paragraphs in another div.