Post Title and Post Content overflow
-
Hi,
i got a big problem and don’t know the solution. I’m still working on an own WP-Theme and when i type in a very long Post title the title flows over the sidebar. The Content too. So what is wrong and how can i change it?
<div class="article"> <h2><a href="<?php the_permalink() ?>"><? the_title( ); ?></a></h2> <?php include (TEMPLATEPATH . '/inc/meta.php' ); ?> <div class="solidLine"> </div> <div class="entry"> <?php the_content(); ?> </div> ..
I tried in CSS to set the overall Div (section) to overflow hidden. But this cut only the overflow stuff.
So what can i do?
- The topic ‘Post Title and Post Content overflow’ is closed to new replies.