View Single Post
  #11 (permalink)  
Old 11-21-2009, 06:31 AM
nightcrawler's Avatar
nightcrawler nightcrawler is offline
Contributing Member
 
Join Date: 09-20-09
Location: Currently Pakistan
Posts: 657
iTrader: 0 / 0%
Quote:
Originally Posted by Trey Walter View Post
The widgets seem to be pretty much in place if you change form.php to that:
HTML Code:
<div class="sidebar-box"> <h3>Search</h3> <form method="get" id="search-form" action="<?php bloginfo ('home'); ?>"> <p><input name="s" type="text" class="sbm-b" value="Enter your search keyword" onfocus="if (this.value == 'Enter your search keyword') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Enter your search keyword';}" size="10" tabindex="1" /> </p> </form>
I'm not really satisfied with that solution though, because I'm still wondering where those </li> and </ul> tags come from...

After deleting this </div>, your footer will still be out of place, so you'll have to delete one of those two </div> tags just before <div id="footer"> in addition.
I have changed form.php to above but seems to be nothing happen widgets still not aligned
In this theme 3 footer widgets and if you see above there are 3 extra widgets that should be on right sidebar!
 
Reply With Quote