Hi

I'm making a custom theme based on yours, I have to say that your code is very clean, thanks for that. I did many things, but I can't remove the bar at the bottom (brown in my case, black in yours), it is outside html and outside body, maybe you can tell me where to look. (I've already tried disabling all the css with firebug and the bar still there)

you can see my problem in this page http://dondecae.net/papfam/user using a small window

Thanks

Comments

shruti.sheth’s picture

Hello,
Following can be one of the solutions to remove the bottom bar from your theme.
In your theme page.tpl.php file remove the div with id container,
remove the following code from your page.tpl.php
1. Line 23

<div id="container" class="clear-block">                   

2. Line 121

</div> <!-- /container -->

Hope this helps!

Regards,
Shruti Sheth

boclodoa’s picture

Status: Active » Fixed

Thank you very much, what i did is leave the line 23 as

<div id="container">                   

and now the bar is gone.

Just in case someone with similar problems is reading this: what I don't understand is why the bar still there when all the references to class="clear-block" in css where disabled.

anyway, thanks again :D

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.