/*
 Theme Name:   Eyesonhives
 Theme URI:    http://info eyesonhives.com
 Description:  Eyesonhives Theme
 Author:       Kelton Temby
 Author URI:   http://keltronixinc.com
 Template:     onepress
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         eyesonhives
 Text Domain:  eyesonhives-op-child
*/

.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;  
}
