 /*
   Theme Name: Parallax One Child
   Theme URI: https://www.themeisle.com/ 
   Description: This is a custom child theme created by tomcerv.
   Author: tomcerv
   URI: https://www.themeisle.com/ 
   Template: Parallax-One
   Version: 0.1 
  /* Create two equal columns that floats next to each other */
<footer> 
.column {
  float: left;
  width: 50%;
  padding: 10px;
  height: 300px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
</footer> 