Is there a way to keep the logo and menu bar the same size as I scroll down.. and for it not to jump? I want it to not have any kind of movement.
I found some codes on this forum, but it didn’t seem to work. These are the custom codes I have already saved… not sure if it’s conflicting with it. I believe the sticky header needs to be 100% but what about the menu?
#header.sticky #site-logo a img {
max-width: 80%;
max-height: 80%;
}
#primary-menu > ul.menu > li > a {
font-size: 17px;
letter-spacing: 1px;
color: #292929;
padding: 0 22px 0;
display: block;
float: left;
text-transform: none;
line-height: 100px; }
#primary-menu > ul.menu > li > ul.sub-menu {
top: 96px;
border-top: 3px solid #ffffff;
-moz-background-clip: padding-box;
-webkit-background-clip: padding-box;
background-clip: padding-box; }
.stats .number {
font-size: 72px;
line-height: 72px;
font-family: “Lato”, Arial, Helvetica, Verdana, sans-serif;
font-style: normal;
text-transform: uppercase;
letter-spacing: 3px;
font-weight: 700;
color: #143753;
letter-spacing: 1px; }
/* Heading styling */
h1, h2, h3, h4, h5, h6 {
font-family: “Lato”, Arial, Helvetica, Verdana, sans-serif;
font-style: normal;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 750;
padding: 0;
color: #292929; }
#primary-menu .hover-bg {
border-color: transparent;
}
#primary-menu > ul.menu > li:hover > ul.sub-menu {
border-color: transparent;
}
#sidebars-footer {
clear: both;
margin: 0;
padding: 30px 0 5px;
}