first commit
This commit is contained in:
@@ -0,0 +1,69 @@
|
||||
/*------------------------------------*
|
||||
$CUSTOM HEADER
|
||||
*------------------------------------*/
|
||||
#site-header.custom-header ul.oceanwp-custom-menu {
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#site-header.custom-header ul.oceanwp-custom-menu li {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
#site-header.custom-header ul.oceanwp-custom-menu li a {
|
||||
display: block;
|
||||
font-size: 13px;
|
||||
line-height: 40px;
|
||||
padding: 0 15px;
|
||||
letter-spacing: 0.6px;
|
||||
}
|
||||
|
||||
.custom-header-logo.left {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.custom-header-logo.right {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.custom-header-logo.center {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.custom-header-logo #site-logo {
|
||||
float: none;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.custom-header-logo #site-logo #site-logo-inner {
|
||||
display: block;
|
||||
height: auto !important;
|
||||
}
|
||||
|
||||
.custom-header-nav.left {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.custom-header-nav.right {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.custom-header-nav.center {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.custom-header-nav #site-navigation-wrap {
|
||||
float: none;
|
||||
right: auto;
|
||||
}
|
||||
|
||||
.custom-header-nav #site-navigation-wrap #site-navigation {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.custom-header-nav #site-navigation-wrap .dropdown-menu > li {
|
||||
float: none;
|
||||
display: inline-block;
|
||||
}
|
||||
Reference in New Issue
Block a user