「議論」「埋葬」をサイトの上記のテキストに合わせようとしていますが、無駄です http://pligg.marsgibson.info/story.php?title=latest-headling-mews-gossip-fun-entertainment-music -ガラ-and-so-on-for-you-for-the-purpose-of-ententation-you
スクリーンショットを見る
スクリーンショットのように揃えたい
これはどのように達成できますか?
「議論」「埋葬」をサイトの上記のテキストに合わせようとしていますが、無駄です http://pligg.marsgibson.info/story.php?title=latest-headling-mews-gossip-fun-entertainment-music -ガラ-and-so-on-for-you-for-the-purpose-of-ententation-you
スクリーンショットを見る
スクリーンショットのように揃えたい
これはどのように達成できますか?
そのspan.linksummaryDiscussをstorycontent1クラスのdivに移動する必要があります
または、それをdivでラップして、スタイルを設定します(div.storycontent1に多少似ています)
.newdiv {
padding: 0 80px;
width: 580px;
}
オプション1
から左のパディングを削除します.storycontent1
:
.storycontent1
{
padding-left:0;
}
次に、パディングを追加します.storycontent
.storycontent
{
padding-left:80px;
}
オプション2
このスタイルルールを追加します。
#linksummaryDiscuss {
padding-left: 80px;
}
このオプションは、Discuss
スパンが常に存在する場合にのみ機能します。
style:padding: 0 80px;
を.storycontent1
セレクターから に移動し.storycontent
ます。