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;
|
||||
align-items: center;
|
||||
flex-shrink: 0;
|
||||
max-height: 60px;
|
||||
max-height: 80px;
|
||||
overflow: hidden;
|
||||
gap: .75rem;
|
||||
}
|
||||
.site-logo a { 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,
|
||||
.header-inner img {
|
||||
max-height: 60px !important;
|
||||
max-height: 80px !important;
|
||||
width: auto !important;
|
||||
height: auto !important;
|
||||
max-width: 220px !important;
|
||||
max-width: 260px !important;
|
||||
display: block !important;
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
@@ -694,9 +694,8 @@ function oribi_render_site_header() {
|
||||
<div class="site-logo">
|
||||
<?php if ( $has_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; ?>
|
||||
<a href="<?php echo esc_url( home_url( '/' ) ); ?>" class="logo-text"><strong>OTS</strong> Signs</a>
|
||||
</div>
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user