Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はWordpress用のWorpitからTwitter Bootstrap Pluginを使用しています.他のスタイル。行 div から -20px を削除する必要があります。編集する CSS が見つかりません II はスタイルを上書きできません。私はWordpressを初めて使用するので、これらのファイルを編集する場所を見つけるだけで十分です。ありがとう。
エディタを接続できますか?
外観 > エディタに移動します
サイトに反映できるCSSファイルに対して、以下を行ってください。
.row{margin-left:0px !important;*zoom:1;}