Update logo dimensions and change logo text to 'OTS Signs' for improved branding
This commit is contained in:
@@ -295,8 +295,9 @@ p:last-child { margin-bottom: 0; }
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
max-height: 60px;
|
max-height: 80px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
gap: .75rem;
|
||||||
}
|
}
|
||||||
.site-logo a { display: flex; align-items: center; }
|
.site-logo a { display: flex; align-items: center; }
|
||||||
.custom-logo-link { display: flex; align-items: center; }
|
.custom-logo-link { display: flex; align-items: center; }
|
||||||
@@ -304,10 +305,10 @@ p:last-child { margin-bottom: 0; }
|
|||||||
.custom-logo-link img,
|
.custom-logo-link img,
|
||||||
.custom-logo,
|
.custom-logo,
|
||||||
.header-inner img {
|
.header-inner img {
|
||||||
max-height: 60px !important;
|
max-height: 80px !important;
|
||||||
width: auto !important;
|
width: auto !important;
|
||||||
height: auto !important;
|
height: auto !important;
|
||||||
max-width: 220px !important;
|
max-width: 260px !important;
|
||||||
display: block !important;
|
display: block !important;
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -694,9 +694,8 @@ function oribi_render_site_header() {
|
|||||||
<div class="site-logo">
|
<div class="site-logo">
|
||||||
<?php if ( $has_logo ) : ?>
|
<?php if ( $has_logo ) : ?>
|
||||||
<?php the_custom_logo(); ?>
|
<?php the_custom_logo(); ?>
|
||||||
<?php else : ?>
|
|
||||||
<a href="<?php echo esc_url( home_url( '/' ) ); ?>" class="logo-text"><strong>Oribi</strong> Tech</a>
|
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
<a href="<?php echo esc_url( home_url( '/' ) ); ?>" class="logo-text"><strong>OTS</strong> Signs</a>
|
||||||
</div>
|
</div>
|
||||||
<button class="nav-toggle" id="nav-toggle" aria-expanded="false" aria-label="<?php esc_attr_e( 'Toggle navigation', 'ots-theme' ); ?>">
|
<button class="nav-toggle" id="nav-toggle" aria-expanded="false" aria-label="<?php esc_attr_e( 'Toggle navigation', 'ots-theme' ); ?>">
|
||||||
<span></span><span></span><span></span>
|
<span></span><span></span><span></span>
|
||||||
|
|||||||
Reference in New Issue
Block a user