プラグインインストール後サイドバーの右側が表示されなくなってしまいました。
プラグイン設定内の全体の横幅で調整したり
style.cssの/* コンテンツ部分 */
#main {
div.cont-box #content {
などのwidthを変更したり試しましたが全体が広がったりする程度でサイドバーが表示されません。
sidber.phpのright部分設定はいじっていないので記述されている状態です。
以下は現在の設定になります。
<WCEX 商品一覧レイアウト>
全体の横幅 790px
<style.css設定の値>
/* コンテンツ部分 */
#main {
width: 980px;
padding-top: 25px;
padding-bottom: 25px;
text-align: left;
margin-right: auto;
margin-left: auto;
color: #b3b3b3;
}
#leftbar {
float: left;
width: 170px;
}
#rightbar,#sidebar {
float: right;
width: 170px;
}
div.cont-box #content {
float: left;
width: 600px;
margin-left: 20px;
background-image: url(images/cont-foot-backdrop_s1.png);
background-repeat: no-repeat;
background-position: left bottom;
padding-bottom: 8px;
}
#main div.home {
background-image: none;
padding-bottom: 0px;
}
div.items-cont-box #content {
float: right;
width: 790px;
background-image: url(images/cont-foot-backdrop_s2.png);
background-repeat: no-repeat;
background-position: left bottom;
padding-bottom: 8px;
}
#content-twocol {
float: left;
width: 790px;
background-image: url(images/cont-foot-backdrop_s2.png);
background-repeat: no-repeat;
background-position: left bottom;
padding-bottom: 8px;
}