I am getting a strange bug / Codium Extend theme
-
When the blog first comes up, it seems like a </style> tag is dropped. This happens just before the </head> tag.
Now this is STRANGE:
If I log into the blog as admin, the tag “comes back”. Code is:
<style type=”text/css”>
div#header {
background: url(https://blog.stockpair.com/wp-content/uploads/2011/03/sp_logo_white_980x1502.jpg); height :130px; -moz-border-radius-topleft:6px;border-top-left-radius:6px;-moz-border-radius-topright:6px;border-top-right-radius:6px;
}
h1.blogtitle,.description { display: none; }
<style type=”text/css” media=”print”>#wpadminbar { display:none; }</style>
<style type=”text/css”>
html { margin-top: 28px !important; }
* html body { margin-top: 28px !important; }
</style> <<<<<==== this is the once that is dropped off</head>
- The topic ‘I am getting a strange bug / Codium Extend theme’ is closed to new replies.