diff --git a/functions.php b/functions.php index 3f45920..f97c606 100644 --- a/functions.php +++ b/functions.php @@ -389,7 +389,7 @@ function melville_widgets_init() { 'description' => __( 'An optional widget area for your site sidedown.', 'twentyten' ), 'before_widget' => '
', 'after_widget' => '
', - 'before_title' => '

', + 'before_title' => '

', 'after_title' => '

', ) ); diff --git a/header.php b/header.php index 1c218fe..87fd821 100644 --- a/header.php +++ b/header.php @@ -98,7 +98,9 @@ div#slidedown-widget-area input#searchsubmit { margin: 0 10px 0 20px; } .widget-float-right { float: right; } - + h3.slidedown-widget-title { + font-size: 1.3em; + } diff --git a/style.css b/style.css index 2808181..ff1c183 100644 --- a/style.css +++ b/style.css @@ -987,20 +987,24 @@ p.has-drop-cap:not(:focus):first-letter } -@media screen and (max-width: 450px) { - - .widget-float-right, .widget-float-left, { +@media screen and (max-width: 550px) { + .widget-float-right, .widget-float-left { + float: left; } .slidedown-widget-area { width: 90%; } + + .melville_header_menu { + font-size: 1.4em; + } .melville_header_menu li { - width: 45%; - margin-bottom: 10px; + width: 95%; + margin-bottom: 30px; } }