Theme re-installed, credits in the footer are now back, but:
On the iPhone rendering, and when the home page is loaded: (1) the menu button is dead, (2) the menu options show up as an html list (in purple) on top of the featured image and its text (but the links work). The over-writing occurs on all pages. Any thoughts for fixing that?
Also, I would like to edit the footer (giving credit, but in smaller type, off to the right margin).
If of any value, here is the current CSS:
.site-header{
height: 120px;
}
.main-title{
font-size: 14px;
}
.page-template-panel-page .has-post-thumbnail .entry-header {
display: none;
}
/*Remove Top Margin and Padding of Second Panel*/
.site-main .hentry:nth-of-type(2) {
margin-top: 0px;
padding-top: 0px;
}
/*Hide Page Title of Second Panel*/
.site-main .hentry:nth-of-type(2) .entry-title {
display: none;
}
Thanks for suffering through this with me!