Good afternoon. It has been awhile since we have messed with out site and today we noticed an odd behavior that we don’t think was there when we initially went live with our new site in 2015. At the top of all our pages we have our navigation bar. We believe it used to resize based on the screen size that was viewing it. Now it seems to wrap the navigation bar below as you shrink your screen down or adjust your screen resolution. I was wondering if there was something in our custom code that may had been inadvertently changed or modified that would cause this.
.x-navbar {
background-color: #333333;
background-image: url(‘http://f55.498.myftpupload.com/wp-content/uploads/2014/10/JRCM-Building-with-bushes-1916-x-4791.png’);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
} .entry-wrap {
background-color: transparent;
}
.x-colophon {
background-color: #333333;
background-image: url(‘http://f55.498.myftpupload.com/wp-content/uploads/2014/10/Wichita-Skyline-1.jpg’);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.x-scroll-top {
color: #FFFFFF;
border: 3px solid #FFFFFF
}
@media (min-width: 980px) and (max-width: 1200px) {
.x-navbar .x-nav > li > a {
font-size: 13px;
padding-left: 10px;
padding-right: 10px;
}
}
.entry-wrap {
-webkit-box-shadow: none;
box-shadow: none;
}
Thanks