p.s: just solved aligning the body and footer in Kubrick theme
-
Hi.
For a while, I didn’t get why the footer at kubrick theme was a bit to the left then the rest of the blog body.
I just found out you need to change, in the theme directory, in the file “header.php”
the padding from 1px -> into -> 2px
this line:
#header { margin: 0 !important; margin: 0 0 0 1px; padding: 1px; height: 198px; width: 758px; }to this:
#header { margin: 0 !important; margin: 0 0 0 1px; padding: 2px; height: 198px; width: 758px; }
yours,
Tal.
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘p.s: just solved aligning the body and footer in Kubrick theme’ is closed to new replies.