Hi im wondring if its possible to have a banner above the black bar in top of the site.
I have tried to modify header.php but can't get it to work!
http://www.nhl-gambler.com i want it above the black bar where it says "hem" "Readers cornor" etc
Hi im wondring if its possible to have a banner above the black bar in top of the site.
I have tried to modify header.php but can't get it to work!
http://www.nhl-gambler.com i want it above the black bar where it says "hem" "Readers cornor" etc
Hi...
You're going to have to rework the CSS. The navigation bar will be in a div with a class which is styled to pin to the top of the page. You'll have to change that, so that your banner is pinned to the top of the page, and the navigation bar div is pinned to a fixed height (the height of your banner) below that.
Enjoy!