ソースを参照

Update sidebar.php

Added missing class t-1of3 to match t-2of3 in the main container, for tablet sizes.
andamira 12 年 前
コミット
cc03b2831a
1 ファイル変更2 行追加2 行削除
  1. 2 2
      sidebar.php

+ 2 - 2
sidebar.php

@@ -1,4 +1,4 @@
-				<div id="sidebar1" class="sidebar m-all d-2of7 last-col cf" role="complementary">
+				<div id="sidebar1" class="sidebar m-all t-1of3 d-2of7 last-col cf" role="complementary">
 
 					<?php if ( is_active_sidebar( 'sidebar1' ) ) : ?>
 
@@ -18,4 +18,4 @@
 
 					<?php endif; ?>
 
-				</div>
+				</div>