Why do I not see the title "Categories" on the menu in some skins?

We have found that on the responsive skins most of our users preferred not to display the menu title "Categories" so by default it is hidden. If you wish to show this in your skin you'll need to enter some html to your site. To do this login to Pressero then enter the Settings section of the site you wish to change this for. Click into the SEO/HTML tab. From that page expand the section labeled "Edit HTML Head Content (will be added to every page in site)" Type out the code below:
 
<style> .sidebar-nav-2 h2 { text-indent:0; } </style>
 
Be sure to click SAVE. Note: Once you save and come back you will see the code has changed to vertical spacing as seen below. 
 
 
Example:

Before:

After: