In http://www.vidanuevalourdes.com where I use the theme of Revolution church. The sidebar is behaving in an unexpected way, located below the body of the site. Indicating which would help me a problem and because it behaves this way.
I appreciate all the help provided.
<!-- begin sidebar -->
<div id=\"sidebar\">
<div class=\"newsletter\">
<!--To enable the eNews & Upates feature, go to your WP dashboard and go to Design -> Revolution Church Options and enter your Feedburner ID.-->
<h2>Noticias & Actualizaciones</h2> <p>Inscribase y reciba las ultimas noticias <br /> asi como las actualizaciones mas recientes!</p><form id=\"subscribe\" action=\"http://www.feedburner.com/fb/a/emailverify\" method=\"post\" target=\"popupwindow\" onsubmit=\"window.open('http://www.feedburner.com', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true\"><input type=\"text\" value=\"Enter your email address...\" id=\"subbox\" onfocus=\"if (this.value == 'Enter your email address...') {this.value = '';}\" onblur=\"if (this.value == '') {this.value = 'Enter your email address...';}\" name=\"email\"/><input type=\"hidden\" value=\"http://feeds.feedburner.com/~e?ffid=<?php $feedburner_id = get_option('revchurch_feedburner_id'); echo $feedburner_id; ?>\" name=\"url\"/><input type=\"hidden\" value=\"eNews Subscribe\" name=\"title\"/><input type=\"submit\" value=\"GO\" id=\"subbutton\" /></form>
</div>
<!--To determine what video is shown on the homepage, remove the arrows and go to your WP dashboard and go to Presentation -> Revolution Music Options and enter your video code here.-->
/* Theme Name: Revolution Church Theme URL: http://www.revolutiontwo.com/themes/church Description: Revolution Church is a 3-column Widget-ready theme created for WordPress. Author: Brian Gardner Author URI: http://www.briangardner.com Version: 1.0 Tags: three columns, fixed width, white, gray, black, red, sidebar widgets
The CSS, XHTML and design is released under GPL: http://www.opensource.org/licenses/gpl-license.php
Changelog: v1.0 - 09.27.08 First Release of Revolution Church */
#subnav li li a, #subnav li li a:link, #subnav li li a:visited { background: #666666; width: 140px; float: none; margin: 0px; padding: 6px 10px 6px 10px; border-bottom: 1px solid #FFFFFF; border-left: 1px solid #FFFFFF; border-right: 1px solid #FFFFFF; }
#subnav li li a:hover, #subnav li li a:active { background: #888888; margin: 0px; padding: 6px 10px 6px 10px; }
#subnav li { float: left; padding: 0px; }
#subnav li ul { z-index: 9999; position: absolute; left: -999em; height: auto; width: 160px; margin: 0px; padding: 0px; }
#subnav li li { }
#subnav li ul a { width: 140px; }
#subnav li ul a:hover, #subnav li ul a:active { }
#subnav li ul ul { margin: -25px 0 0 161px; }
#subnav li:hover ul ul, #subnav li:hover ul ul ul, #subnav li.sfhover ul ul, #subnav li.sfhover ul ul ul { left: -999em; }
#subnav li:hover ul, #subnav li li:hover ul, #subnav li li li:hover ul, #subnav li.sfhover ul, #subnav li li.sfhover ul, #subnav li li li.sfhover ul { left: auto; }
Something in the "translator" box is pushing out the width of the sidebar so that it is too fat to fit in the space... For some reason, that table has lots of empty table cells (<td>)... If you remove those extraneous table cells, and you should be good.
In http://www.vidanuevalourdes.com where I use the theme of Revolution church. The sidebar is behaving in an unexpected way, located below the body of the site.
Indicating which would help me a problem and because it behaves this way.
I appreciate all the help provided.
Thanks a lot.