Thread Starter
drazin
(@drazin)
anyone else see this or have it happen?
Thread Starter
drazin
(@drazin)
anyone have this problem besides me? any response would be good.
Thread Starter
drazin
(@drazin)
Thanks! anyone know why this happens?
search in the style.css for this:
#footer {
padding: 0 0 0 1px;
margin: 0 auto;
width: 760px;
clear: both;
}
and set padding to: padding: 0 0 0 0;
and in the header.php search for this:
#header { margin: 0 !important; margin: 0 0 0 1px; padding: 1px; height: 198px; width: 758px; }
and set the second margin to: margin:0 0 0 0;
i hope it helps
Or, in my header.php file, I have this:
#header { margin: 0 !important; margin: 0 0 0 2px; padding: 1px; height: 198px; width: 758px; }
Find this in the header.php as well:
#footer { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickfooter.jpg") no-repeat bottom; border: none;}
And replace with this:
#footer { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickfooter.jpg") no-repeat bottom left; border: none; }
#footer { /margin-left: 2px; }
And in the CSS for the footer:
#footer {
padding: 0 0 0 1px;
margin: 0 auto;
width: 760px;
clear: both;
}
http://vindictivebastard.net/kubrickfixed/
Have it working and looking good in both IE and FF. =) Also, the downloadable files in the rar archive are there as well…for people to download all the fixed files. =)
spencerp
Sorry about that.. =( Forgot to add that additional footer coding in the header.php file before, but edited this post quick so it’s there now. :/