Bootstrap 印刷 崩れる 1カラム
参考:https://gist.github.com/donnierayjones/6fd9802d992b2d8d6cfd
/* ==================================print========= ...Bootstrap cssクラス
http://webnetamemo.com/coding/bootstrap/201506206#txt06
bootstarp footer-sticky
http://getbootstrap.com/examples/sticky-footer/
Bootstrap グリッドカラム 横幅 変更
/* .row の左右のネガティブマージンを0にする */.row-nopadding { margin-left: 0; margin-right: 0;}/* .row-nopadding の中にあるカラムの左右のパディングを0にする ...
bootstrap scss基本設定
base.scss
@charset "utf-8";@import "bootstrap";style.scss
@charset "utf-8";@im ...bootstrap ノンレスポンシブ
PC
non-responsive.css
.container { width: 970px; max-width: none !important;}SPnon-responsive.css
.container ...Bootstrap sass メディアクエリー
p{@media (max-width: $screen-xs-max) {color:red;}@media (min-width: $screen-sm-min) {color:gold;}@media (min-width: $scr ...
Wp 投稿画面 画像隣接テキスト回り込み
_utilities.scssに以下記載。
.pull-right, .alignright{ float: right !important; margin-bottom: 1em; margin-left: 1em;}.pu ...