How do I adjust the space above the top header?


Author Message
Per Olav

Posted: 10/7/2009
Quote message 

Hi all.

I prefer to have the upper block headers og each column horizontally aligned from left to right like here: http://www.blogg.wolfdog.no/

By clicking any header of the articles of column 2 or any internal links of the right and left column an extra space is added above the top heading of col 2..

I need some help finding the css style sheet rule to adjust the space above the header in order to have all pages look like the "opening page". Please
:-)
 
Garry

Posted: 10/7/2009
Quote message 

I think the solutions I suggested in other post will work
 
Per Olav

Posted: 10/8/2009
Quote message 

Thanks Garry.

Did'nt observe your last comment in my previous thread. My appologies.

Now the Home and Last entries works fine and the article headers are excactly positioned the way I wanted.

However, by clicking the Cathegories and Archive links (links of the left column) the header line move like it did before I commented out the rules of the Single.php.

<?php if ($prev_link || $next_link): ?>

<!-- START COMMENTING OUT THE "Next entry"/"Previous entries" LINKS
<div class="art-Post">
<div class="art-Post-body">
<div class="art-Post-inner art-article">

<div class="art-PostContent">

<div class="navigation">
<div class="alignleft"><?php echo $next_link; ?></div>
<div class="alignright"><?php echo $prev_link; ?></div>
</div>

</div>
<div class="cleared"></div>


</div>

</div>
</div>
STOP COMMENTING OUT THE "Next entry"/"Previous entries" LINKS -->

<?php endif; ?>