This is a very simple thing but means a world to me. I have two blogs (those mentioned in the signature). It bothers me that the first ad is right under the header, no space there. I would like to have some space before the ad, maybe just one line. How can I code one simple, empty line?
How do I add empty line after header in header.php?
3
This is a very simple thing but means a world to me. I have two blogs (those mentioned in the signature). It bothers me that the first ad is right under the header, no space there. I would like to have some space before the ad, maybe just one line.
How can I code one simple, empty line?
So if part of my header.php looks like this:
<div id="navcontainer">
<?php wp_nav_menu( array( 'container' => false, 'theme_location' => 'primary', 'fallback_cb' => 'fadtastic_page_menu' ) ); ?>
</div>
<div id="advertisement">
<?php echo show_ad_camp_1(); ?>
</div>
I would like to program that empty line between those two 'divs' (i.e. before the ad). But how on earth I should do that? Can anybody help me with the code? It must be dead simple but I just cannot figure out how to do it.
How can I code one simple, empty line?
So if part of my header.php looks like this:
<div id="navcontainer">
<?php wp_nav_menu( array( 'container' => false, 'theme_location' => 'primary', 'fallback_cb' => 'fadtastic_page_menu' ) ); ?>
</div>
<div id="advertisement">
<?php echo show_ad_camp_1(); ?>
</div>
I would like to program that empty line between those two 'divs' (i.e. before the ad). But how on earth I should do that? Can anybody help me with the code? It must be dead simple but I just cannot figure out how to do it.
- Brandon Tanner
- [ 1 ] Thanks
- [1] reply
- elviira
Next Topics on Trending Feed
-
3