※ ChatGPTを利用し、要約された質問です(原文:カラム崩れが・・・)
カラム崩れが治らない問題について
このQ&Aのポイント
カラム崩れがトップページでは起きないが、記事ページでは崩れてしまう問題について解決方法を教えてください。
記事ページにおいてカラム崩れが発生しています。どのように修正すれば問題が解決するでしょうか?
記事ページに遷移すると、カラムの配置が崩れてしまいます。この問題の修正方法を教えてください。
トップページでは崩れてないのですが記事にはいると崩れてしまいます。
どうすれば治りますか??
ページ単体のphpは以下です。
ーーーーーーーーーーーーーーーーーーーーーーーーーー
<?php get_header(); ?>
<div id="column">
<?php if (have_posts()) : while (have_posts()) : the_post();
if( $post->ID == $do_not_duplicate ) continue; update_post_caches($posts); ?>
<div class="post" id="post-<?php the_ID(); ?>">
<div class="content">
<div id="image">
<?php the_post_thumbnail(); ?>
</div>
<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>">
<?php the_title(); ?>
</a></h2>
<p>
<?php the_content('Read the rest of this entry »'); ?>
<?php wp_link_pages(array('before' => '<p><strong>Pages:</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>
</p>
<div class="clear"></div>
<?php comments_template(); ?>
<div class="clear"></div>
<div id="tags"> <div id="toptags"></div>
<span class="user"><?php the_author_posts_link('namefl'); ?> » <?php the_time('d F, Y') ?> » <?php the_category(', ') ?> <?php the_tags(' » Tags:', ', ', '<br />'); ?> </span>
</div>
<div class="clear"></div>
</div>
</div>
<?php endwhile; ?>
<?php else : ?>
<div class="post"> </div>
<div class="content">
<h2>Page Not Found</h2>
<p>Sorry, but you are looking for something that isn't here.</p>
<h3>Search Blog</h3>
<?php include(TEMPLATEPATH."/searchform.php"); ?>
</div>
</div>
<?php endif; ?>
<?php get_footer(); ?>
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
他にも必要なphpがあれば言ってください。
宜しくお願い致します。
お礼
言われた通りmargin-right:20px;を潰したら解決しました!! ありがとうございました!! Topはなぜ「にゅーぽすとこーなー。」があるから崩れてないのでしょうか?? 初歩的な質問で本当にすいません。