Space between Title and Post
-
Hi!
I am having an issue with a clear space coming in between the title and actual post of my blog. I’m not sure if it’s because they each use background images or not, but I’m almost positive it isn’t padding or margins.
You can see the problem here: onedirectionconnection.com
The CSS coding is as follows:
[CSS code moderated – a link to your site is enough to access the styles]
Then the post coding goes as follows:
<div class="posttitle"><?php the_title(); ?></div> <div class="postdate"><i>Filed Under:</i> <?php the_category(', ') ?> | <i>On:</i> <?php the_time('j F, y ',true); ?> | <i>By:</i> <?php the_author(); ?></div> <div class="postcontent"> <?php if (is_search()) { ?> <?php the_excerpt() ?> <?php } else { ?> <?php the_content(__('<p>Read the rest of this entry...</p>')); ?> <?php } ?> <div class="sidebar2">? <?php comments_popup_link(__('Comments'), __('1 Comments'), __('% Comments'), 'commentslink', __('Comments off')); ?></div> </div>
So, either I’m missing something, or the space seems to be coming out of nowhere! If anyone has any suggestions, please let me know! Any help would be appreciated!
Thank you,
~Noelle
Reply
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Space between Title and Post’ is closed to new replies.