Can anyone help me with my sidebar on this site: http://www.acnetreatmentcreams.com/ ? It works on individual blog posts but, on index it shows on the bottom of the page. Thanks!
Sorry man, that sounds like trouble! Did you check with the theme/template producer to see if they had any ideas or support info? I'd go with the theme first to find solutions.
Its a simple problem, I think you have edited the theme. When i checked your site, i found that the the div tag, "right_column" is placed inside the div tag "inner", which is causing the problem. If you need help in editing the theme, i can help you, Just reply or pm me. Thanks.
uptonormal, I tried to edit it but no success. Yeah, I could really need help in editing the theme. Many thanks!
Yes, absolutely the same problem with my my WP theme.. but it appears perfectly fine in Firefox, but the sidebar slides down at the bottom of the page in Internet Explorer! I don't quite know the reason and I am having no skill to edit that PHP file in the Theme Editor. If someone could help...
First of all, the main problem with your theme is you removed the footer.php from it. It contains the necessary closing tags for the body, main and html. To fix the widget sidebar inline problems, add these to your style.css: .widget_style li { float:left; width:100%; padding:0px; margin: 0px; } .widget_style2 li { float:left; width:100%; padding:0px; margin: 0px; } I hope that work for you..