こっちの記事で書いたとおり アフィリエイト広告 その他 あれこれを連ねるための 2カラム! bootstrap 側の css をコメントして... 別もののシンプル css を読み込む。 微調整は後ほどやろう... body{ それにしても。 がっつりやろうとすると覚えることたくさんだなぁ
django + 2カラム + adsense 広告2
https://pyblog.takmi.jp/detail/21/
対応してみたものの...
django + bootstrap を使っているからこその "らしく" 変更するって難しい...
{% block extra_css %}
{% endblock %} $ cat ../../../static/cms/css/custom.css
width: 95%;
margin: 0 auto;
}
#header{
width: 95%;
}
#main{
width: 78%;
float: left;
}
#side{
width: 15%;
float: right;
}
#footer{
clear: both;
width: 95%;
}