.posted-on {
  display: none;
}

.site-footer .site-info .container {
  /*display: none;*/
  max-width: 27ch;     /* Limits the width to roughly 30 characters */
  white-space: nowrap; /* Prevents text from wrapping to the next line */
  overflow: hidden;    /* Hides the text that goes past 30ch */
  /* text-overflow: ellipsis; /* Adds the "..." at the end */
  display: block;
}