I found what I needed to change. in the joomla.css file in the mystore template I changed the margin from 0 to ten and it popped back into place.
/*
* Content spacing
*/
.componentheading,
h2.page_title { font-weight:normal; font-size: 260%; line-height: normal; clear:both; overflow:hidden; margin-bottom: 20px; color: #202020 }
.contentheading { font-weight: normal; font-size: 260%; line-height: normal; clear:both; overflow:hidden; }
.componentheading span { display:block; float:left; clear:both; margin: 10px 0 0 0; }
/*
* Content spacing
*/
.componentheading,
h2.page_title { font-weight:normal; font-size: 260%; line-height: normal; clear:both; overflow:hidden; margin-bottom: 20px; color: #202020 }
.contentheading { font-weight: normal; font-size: 260%; line-height: normal; clear:both; overflow:hidden; }
.componentheading span { display:block; float:left; clear:both; margin: 10px 10 0 0; }