BLOGGER57
10-23-2010, 06:14 PM
I'm using WP 3.0 with the latest Safari version. In my Kubrick template, the vertical sidebar drifts or leans rightward down the post blog page as I post new menu titles. I'm wondering if the following fix will work, or if someone can reply here with a clear css fix that does:
Step 1.
<div id="sidebar_back"class="fix">
<li>
<h2class="sidebarmenu">Blogroll</h2>
Step 2. Adding this to my style.css end file:
.fix }
clear:both;
float:none;
Thanks in advance!
Step 1.
<div id="sidebar_back"class="fix">
<li>
<h2class="sidebarmenu">Blogroll</h2>
Step 2. Adding this to my style.css end file:
.fix }
clear:both;
float:none;
Thanks in advance!