minor corrections

This commit is contained in:
Jacob Haddon 2020-12-19 19:44:05 -05:00
parent 7afd8eca76
commit 6aa0c6e211
3 changed files with 13 additions and 7 deletions

View File

@ -389,7 +389,7 @@ function melville_widgets_init() {
'description' => __( 'An optional widget area for your site sidedown.', 'twentyten' ),
'before_widget' => '<div id="%1$s" class="slidedown-widget-container %2$s">',
'after_widget' => '</div>',
'before_title' => '<h3 class="lidedown-widget-title">',
'before_title' => '<h3 class="slidedown-widget-title">',
'after_title' => '</h3>',
)
);

View File

@ -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;
}

View File

@ -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;
}
}