サイドバーが上手く回り込みません
-
トップページでサイドバーを右側に回り込ませて、表示したいのですが
どうにも上手くいきません・・。長々と書いてしまい申し訳ないのですが、以下がメインページの.phpです。
CSSにどう記述すれば良いのかまたは、.phpをどうにか
書き換えればよろしいのでしょうか・・・?*************************************************************
ヘッダー
************************************************************<?php get_header(); ?>
**************************************************************
ここから↓
**************************************************************
<!–Start Slider Wrapper–>
<div class=”grid_24 slider_wrapper”>
<!–Start Slider–>
<div id=”slides”>
<div class=”slide slides_container” >
<!–Start Slider–>
<div>
<?php if ( inkthemes_get_option(‘inkthemes_slideimage1’) !=” ) { ?>
<img src=”<?php echo inkthemes_get_option(‘inkthemes_slideimage1’); ?>” alt=””/>
<?php } else { ?>
<img src=”<?php echo get_template_directory_uri(); ?>/images/img-1.jpg” alt=””/>
<?php } ?>
</div>
<!–End Slider–>
</div>
</div>
<!–End Slider–>
</div>
<!–End Slider Wrapper–>
<!–Start Home content wrapper–>
<div class=”grid_24 home_content_wrapper”>
<!–Start home content–>
<div class=”home_content”>
<div class=”home_text”>
<?php if ( inkthemes_get_option(‘inkthemes_mainheading’) !=” ) { ?>
<h1><?php echo stripslashes(inkthemes_get_option(‘inkthemes_mainheading’)); ?></h1>
<?php } else { ?>
<center><h1><?php _e( ‘Welcome to Our Site. Set this Heading from Themes Option Panel.’, ‘cloriato’); ?></h1></center>
<?php } ?>
<?php if ( inkthemes_get_option(‘inkthemes_heading_desc’) !=” ) { ?>
<center><p><?php echo stripslashes(inkthemes_get_option(‘inkthemes_heading_desc’)); ?></p></center>
<?php } else { ?>
<center><p>
<?php _e( ‘You can setup almost all the options using the Themes Options Panel. Just fill all the values and your text in the Themes Options Panel Form and just save the changes, the changes would start to reflect on the Home Page of your website. Its really simple and easy to use.’, ‘cloriato’); ?></p></center>
<?php } ?>
</div>
</div>
<!–End home content–>
<hr/>
<div class=”grid_16 alpha”>
<!–Start Content–>
<div class=”post_h3″><img src=/images/midashi_new.jpg></div>
<?php query_posts(‘cat=9’); ?>
<?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?>
<div id=”post-<?php the_ID(); ?>” <?php post_class(); ?>>
<ul class=”post_meta”><div class=”post_content”>
<?php if ((function_exists(‘has_post_thumbnail’)) && (has_post_thumbnail())) { ?>
<?php
} else {
?>
<?php
}
?>
<div class=”post_text”>” rel=”bookmark” title=”<?php the_title_attribute(); ?>”>
<?php the_title(); ?><?php the_excerpt(); ?></div>
<p><div class=”post_next”>” title=”<?php the_title(); ?>”>
<img src=”/images/yaji003.gif”>
<?php the_title(); ?> の続きを読む</div></p><div class=”clear”></div>
<p><?php the_tags(); ?></p>
</div></div>
<!–End Content–>
<?php endwhile;?>
<div class=”post_next2″>“><img src=”/images/go1.gif”> 他の施工事例はコチラ</div>
</div><div class=”clear”></div></div>
<!–End main_content–>
**********************************************************
ここまで↑ がメイン(左側)
*******************************************************************************************************************
ここから↓
*********************************************************<!–Start Sidebar–>
<?php get_sidebar(); ?>
<!–End Sidebar–>
<!–End Content Wrapper–><div class=”clear”></div></div></div>
<!–End Container–>
*********************************************************
ここまで↑ 右側にサイドメニュー
*********************************************************<?php get_footer(); ?>
伝わりにくいかもしれませんが、どうぞ宜しくお願い致します・・。
トピック「サイドバーが上手く回り込みません」には新たに返信することはできません。