| Server IP : 144.76.79.100 / Your IP : 216.73.216.103 [ Web Server : Apache System : Linux ch05.wehostwebserver.com 5.14.0-611.5.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Nov 11 08:09:09 EST 2025 x86_64 User : razzlestore ( 1092) PHP Version : 8.2.29 Disable Function : NONE Domains : 343 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /proc/self/cwd/wp-content/themes/oceanwp/sass/components/header/ |
Upload File : |
#site-header.center-header {
#site-logo {
display: none;
}
#site-navigation-wrap {
float: none;
width: 100%;
right: auto;
.navigation {
@include display();
@include align-items( center );
}
.middle-site-logo {
width: 24%;
text-align: center;
a img {
width: auto;
vertical-align: middle;
@include transition( all .3s ease-in-out );
}
&:hover img {
@include opacity( 0.6 );
}
}
.left-menu,
.right-menu {
position: relative;
width: 38%;
}
.left-menu {
float: left;
}
.right-menu {
float: right;
}
.dropdown-menu > li {
float: none;
display: inline-block;
}
}
.centered {
.left-menu,
.right-menu {
text-align: center;
}
}
.wider .left-menu {
text-align: left;
}
.wider .right-menu {
text-align: right;
}
.closer .left-menu {
text-align: right;
}
.closer .right-menu {
text-align: left;
}
#searchform-header-replace.show {
max-width: 100% !important;
}
&.header-replace {
#site-navigation .middle-site-logo {
@include transition( opacity .3s );
}
#site-navigation.hide .middle-site-logo {
visibility: hidden;
@include opacity( 0 );
}
}
}