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)
-   -   Space for adverts below header (http://forum.bytesforall.com/showthread.php?t=2825)

Wimbledon Aug 4, 2009 08:59 PM

Space for adverts below header
 
Hello,

I would like to create a custom space for adverts below my header images and page menu bar.

Under "Style & Edit Header Area", is it possible to add another variable like %space to create some space and then use a CSS Insert to position ads there? Any ideas anyone on how to code this?

Flynn Aug 8, 2009 06:09 AM

To put space below something, add a CSS Insert

div#menu1 {
margin-bottom: 20px;
}

To add content to the header, go to Style & Edit HEADER AREA - > Configure Header Area

1) Put your HTML code right there, or
2) Create a new widget area there by putting <?php bfa_widget_area(...parameters...); ?> there

See "Add New Widget Areas" for info on the usage of bfa_widget_area

Wimbledon Aug 11, 2009 11:12 PM

Thanks Flynn, your post helped me arrange everything as I wanted. :)


All times are GMT -6. The time now is 08:00 AM.

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