記事タイトル~ 、カテゴリー~の順番で記述していると、極小画面(767px以下)では記事の下にカテゴリーが表示されます。| If you write in the order of article title ~, category ~, the category will be displayed below the article on the very small screen (767px or less).
そこで、カテゴリー~、記事タイトルの順に入れ替えます。これでカテゴリーは極小画面で上に表示されますが、push、pullを設定しないと画面を大きくしたときにカテゴリーは左側に表示されてしまいます。| Therefore, replace the categories in the order of the article titles. With this, the category will be displayed on the top on the tiny screen, but if you do not set push and pull, the category will be displayed on the left side when the screen is enlarged.
そこで大きい画面(768px以上)で表示したときのカテゴリーの配置を右(push)に8幅分、記事の配置を左(pull)に4幅分だけずらすように指定します。すると本来の位置の右側に表示されます。| Therefore, specify that the category layout when displayed on a large screen (768px or more) should be shifted to the right (push) by 8 widths, and the article layout should be shifted to the left (pull) by 4 widths. Then it will be displayed on the right side of the original position.
*尚、ここではBootstapバージョン3.1.1を使用しています。こちらからダウンロードできます。新しいバージョンをご使用だと機能しない部分も出てきます。| If you use a new version, some parts may not work.