Welcome Guest [Log In] [Register]

Add Reply
Blog & Quote 3 Piece H2 Fix!
Topic Started: Nov 10 2010, 12:15 AM (46 Views)
RedBldSandman
Administrator
Many of you may not have noticed this but the 3 Piece H2 code can break inside quotes and blog posts! It depends on the theme, but usually it all looks extremely odd! Here are 2 examples of the problem (Broken in the Default Theme and fixed in This Theme):The fix, you'll be happy to know, is extremely simple! Just add the following CSS snippet to the Theme Appearance:
Code: CSS
 
blockquote table {
clear:none;
}

blockquote thead td {
background:none;
}

blockquote .h2wrap, blockquote .h2left, blockquote .h2right {
padding:0;
overflow:hidden;
border:none;
}

blockquote .h2center {
overflow:hidden;
border:none;
background:none;
}
Not all of this CSS is actually required to fix most themes. However, this snippet has fixed the issue in all of the themes I've tested so it's easiest to add it all!

If you have any problems, just post in the topic on ZNR! :)
Offline
Profile
Quote Post
Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · Theme Tricks · Next Topic »
Add Reply