Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Header configuration & styling (http://forum.bytesforall.com/forumdisplay.php?f=15)
-   -   Can I make room for more content in the header area (http://forum.bytesforall.com/showthread.php?t=1050)

DoverTim Apr 1, 2009 01:39 PM

Can I make room for more content in the header area
 
I'm a WP newbie and I'm pretty sure Atahualpa is for me. The one thing I'll probably want to do is make room in the header area for another block of content. I'm thinking of a header banner that's maybe 2/3 the page width with the other 1/3 available for a flash toon or an ad for my friend's yoga studio. Any idea's? Major props to Flynn and all the forum members who have designed great sites with it.

Flynn Apr 2, 2009 02:52 AM

You could put it into header.php

PHP Code:

        <!-- Header -->
        <td id="header" colspan="<?php echo $cols?>">
-> HERE, above existing header     
        <?php bfa_header_config($bfa_ata['configure_header']); ?>
-> OR HERE, below exisitng header
        </td>
        <!-- / Header -->


DoverTim Apr 5, 2009 12:55 PM

Thank you Flynn!


All times are GMT -6. The time now is 04:26 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.