Adding my Company Phone number below social icons for Unite theme

Here is a link to my website: http://auntjill.com/

I’m having a small issue, I would like to add My company phone number under the social media tab by a couple of pixels and possibly add more information under it. Where in the code or what CSS code what I need to make that happen?

This can be done either via adding content directly inside header.php or you can use a cleaner method using CSS. Add this code to Appearance >> Theme Options >> Other >> Custom CSS and make sure to my sample text with one that you want to use.

#social:after {
  display: block;
  font-size: 14px;
  content: "Any content goes here";
}

Let me know if this is what you were looking for.