Hi rdellconsulting, Thank you for getting in touch. You helped me once before with the header on my website which seems to be rather troublesome. I had to make some changes as I discovered that when the website was in responsive mode, the menu was off the screen of mobile devices. So I centred the menu to solve that problem and moved the extra widget to the top right but now the height of the header needs to be reduced.
I tried your code. Although it hasn’t solved the problem, I’ve left the website as it is so that you can see the effect – https://www.signatureprojects.ca
I am wondering whether some of the other codes in the CSS file are part of the problem. Having said that, I’ve played around with the codes and can’t make any improvements. Here is the whole content of my CSS file for your info (including the code you sent yesterday). I’d appreciate any further suggestions you can make. Thank you.
.tc-no-sticky-header .tc-header {
max-height: 130px;
}
.carousel-inner {
position: relative;
top: -40px;
}
.navbar .nav > li > a, .navbar .nav > li > a:first-letter,
.navbar .nav > li.current-menu-item > a,
.navbar .nav > li.current-menu-ancestor > a {
display: inline;
color: black;
font-family: Arial;
font-size: 1em;
padding: 25px;
}
.site-logo > img {
margin-left: -560px;
padding: 0px;
}
/* Change Featured Pages Heading */
.marketing h2 {
font-size: 2em;
font-weight: bold;
color: black;
}
.navbar-inner {
position: relative;
left: 0px;
top: -40px;
padding: 0;
}
.my-extra-widget {
position: relative;
top: -65px;
padding-right: 10px;
}
.tc-no-sticky-header .logo-centered .navbar-wrapper {
margin-top: -100px;
}
.navbar.resp {
margin-bottom: -60px;
}