Closed (fixed)
Project:
Deco
Version:
6.x-1.1
Component:
Miscellaneous
Priority:
Minor
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
1 Aug 2011 at 06:28 UTC
Updated:
18 Aug 2011 at 17:41 UTC
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
Comment #1
shruti.sheth commentedHello,
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
2. Line 121
Hope this helps!
Regards,
Shruti Sheth
Comment #2
boclodoa commentedThank you very much, what i did is leave the line 23 as
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