Update header CSS

This commit is contained in:
MickeyKay
2014-10-16 11:42:38 -07:00
parent 8770cdbae2
commit 49ad1f64b5
+10 -10
View File
@@ -1302,12 +1302,7 @@ Site Header
--------------------------------------------- */
.title-area {
float: left;
font-weight: 700;
margin-bottom: 16px;
margin-bottom: 1.6rem;
width: auto;
max-width: 50%;
}
.site-title {
@@ -1363,6 +1358,10 @@ Site Header
.site-header .widget-area {
width: 100%;
padding: 20px;
background-color: #eee;
border: 1px solid #ddd;
border-width: 1px 0;
}
.site-header .search-form {
@@ -1410,10 +1409,6 @@ Site Header
transition: opacity .5s ease;
}
.site-header .widget-area {
background-color: #fff;
}
.site-container > .nav-primary {
top: auto;
}
@@ -2097,7 +2092,7 @@ Media Queries
}
.title-area {
margin-bottom: 0;
float: left;
}
.logo-mobile {
@@ -2108,6 +2103,11 @@ Media Queries
display: inline-block;
}
.site-header .widget-area {
padding: 0;
border: none;
}
.header-image .site-header .widget-area {
padding: 40px 0;
padding: 4rem 0;