Site Title Has Disappeared
-
My site title has disappeared. Not sure what I did wrong. I inserted code to remove the “powered by..” statement on the footer and now I cannot see the title. I removed the code, cleared cache, restarted IE and still cannot see the title. Here is a copy of the <Head> section:
<!– Fix these meta tags to describe your site. Add CSS to the style block for even more customization. –>
<meta name=”description” content=” Cvisionz Web Designs” />
<meta name=”keywords” content=”Cvisionz Web Designs blog, Cvisionz Web Designs” />
<style type=”text/css”>
#site-title a {font-size:170%}
#access {-moz-border-radius: 7px; -moz-border-radius: 7px;
-webkit-border-radius: 7px; -webkit-border-radius: 7px;}
#access { text-align:center; }
#access ul{display:inline-block;}
#site-title {
position: absolute;
top: 100px; margin-left: 40px; /* adjust as needed */
}
#site-description {
position:absolute; clear: both; float: left;
top: 150px; /* adjust and coordinate with #site-title */
margin-left: 50px; /* adjust as needed */
}
#site-description {
clear: both; float: left;
margin-top: -10px; margin-left: 20px; /* adjust as needed */
}
#site-title a {font-size:150%}
</style>
- The topic ‘Site Title Has Disappeared’ is closed to new replies.