hi @wittensworld, thanks for using my theme!
This is easy to solve:
open header.php file with a code editor and replace this code ( from line 36 to line 45):
<div class="container header-container">
<div class="header-inner">
<div class="logo-wrap">
<?php redwaves_logo(); ?>
</div><!-- .logo-wrap -->
<div class="header_area-wrap">
<?php redwaves_header_area(); ?>
</div><!-- .header_area-wrap -->
</div><!-- .header-inner -->
</div><!-- .container -->
with this code:
<div class="logo"><?php redwaves_logo(); ?></div>
now add the following CSS rules to your style.css file or use the Custom CSS option ( Appearance => Customize => Design & Layout => Custom CSS ):
.site-header {
background-color: #19120a;
}
.logo img {
display: block !important;
width: 100% !important;
}
.secondary-navigation {
margin-top: 0 !important;
}
but this is not the best way. your site header will look ugly on widescreens .
Here is a better way:
use the suite as a background for the entire header and fade its left and right corners with a strong color #19120a.
Now use this CSS code to apply the background and center it in the middle of header:
.site-header {
background: url( /suit-tie.jpg ) no-repeat center center #19120f;
}
Now create a transparent 200×90 pixels .PNG logo (Witten’s World) and apply it using the Customizer.
You could add the other text (achieve more..) to a Text widget and style it using CSS. This will look more Professional!
Btw, you should create a child theme. If you apply these changes to the parent theme files, you will lose them next time you update your theme.
We have a dedicated forum for Support https://forum.themient.com
and I would like to invite you to join our community ??