私が取り組んでいるこのページに問題があります。問題を確認するためにこれを長い間見つめていたと思います..右側に余分なスペースができたので、大胆に取り除こうとしています.それ..どんな助けでも大歓迎です。
5 に答える
入力していただきありがとうございます。「コンテンツラッパー」を削除してしまいました。液体の div を中央に配置するために、左側の [列] div に左マージンを追加し、右側の [列] div に右マージンを追加しました。
Because your are giving margin to content-wrapper
<div id="content-wrapper"> while also providing width :100% of container
it seems your content-wrapper's width is not necessary. You set it to 100% (which is the default) but this will be added to the padding/margin. Either remove the width or the padding/margin and it should work, I think. And of course remove the margin! (works for me in chrome, at least)
content_wrapper はwidth: 100%,
ありますがmargin-right 8%,
、実際の幅は 108% です。モデルボックスと、それがマージンとパディングでどのように機能するかについて読んでください。
要素 .content-wrapper の幅は 100% で、左右に余白があり、ブラウザよりも長くなります。