I've done a few page spilts on my home page...is there a way to have the header and footer also show a page split, on the rest of the pages ie. blog posts and category views?
Page Split
2 posts from 2 voices-
Posted 6 months ago #
-
Hey ldaskal,
The split is really just a 20px margin, so you could apply that to the header container and footer container pretty easily. For the footer:
#footer { margin-top: 20px; }I'm not sure where you want the split for the header however. If you wanted it above the title:
.title_container { margin-top: 20px; }There will be other small css adjustments needed depending on where you want it but its all fairly simple positioning stuff from looks of it.
Regards,
Devin
Posted 6 months ago #
Reply
You must log in to post.














