お世話になります。
複数商品登録(カテゴリーページの買い物ボタン付き)ページの
お気に入り登録ボタンとお気に入りショップ登録ボタンが、どうしても
横ならびになりません。
ご指導いただけないでしょうか。
ちなみに、スタイルシートの 二つのボタンを横並びにする のwidthは
420px~435pxまで試行しましたが、ダメでした。
/* お気に入り商品登録画像変更 */
body #rakutenLimitedId_aroundCart div.bkm{
width: 210px !important;
}
body div.bookmarkArea div.bkm a.addBkm span.bkmStar {
width: 210px !important;
height: 169px !important;
background: url(
http://image.rakuten.co.jp/SHOP-URL/cabinet/imgrc0071857317.gif) no-repeat 0 0 !important;
}
body div.bookmarkArea div.bkm a.addBkm {
width: 210px !important;
height: 169px !important;
}
/* お気に入りショップ登録画像変更 */
body #rakutenLimitedId_aroundCart div.shopBkm{
width: 210px !important;
padding-left: 0px !important;
}
body div.shopBookmarkArea div.shopBkm a.addShopBkm span.shopBkmStar {
width: 210px !important;
height: 169px !important;
background: url(
http://image.rakuten.co.jp/SHOP-URL/cabinet/imgrc0071857318.gif) no-repeat 0 0 !important;
}
body div.shopBookmarkArea div.shopBkm a.addShopBkm {
width: 210px !important;
height: 169px !important;
}
/* 2つのボタンを横並びにする */
body #rakutenLimitedId_aroundCart #serviceTableSml td.favorite { width: 430px !important; }
body #rakutenLimitedId_aroundCart #serviceTableSml td.favorite > div { display: inline-block; }