ブログバナータイトルの位置
541行目
#banner-header
{
margin: 0;
color: #fff;
font-size: 24px;
font-weight: bold;
line-height: 1;
text-shadow: #36414d 0 2px 3px;
}/*customize・タイトル文字のサイズ・位置指定、デフォルトでは0*/
↓
#banner-header
{
margin: 30px;
margin-top: 70px;
color: #fff;
font-size: 24px;
font-weight: bold;
line-height: 1;
text-shadow: #36414d 0 2px 3px;
}/*customize・タイトル文字のサイズ・位置指定、デフォルトでは0*/
margin-top: px; 上
margin-left: px; 左
margin-rignt: px; 右
margin-bottom: px; 下
