Quantcast
Channel: Evening Emerald
Viewing all articles
Browse latest Browse all 26

Bloggerのタイトル画像を中央に配置

$
0
0
左寄せになっているタイトル画像を中央に移動。

テンプレート → HTMLの編集 にて

.Header img の {~} の中に margin:auto; を追加
.Header img, .Header #header-inner {
-moz-border-radius: 0;
-webkit-border-radius: 0;
-goog-ms-border-radius: 0;
border-radius: 0;
margin:auto;
}
または
.Header img{
margin:auto;
}
を追加

タイトル画像が中央に。

Viewing all articles
Browse latest Browse all 26

Trending Articles