I am working on a site for a client - http://www.ellmoregroup.com/tomovenden/index.php
But when you scroll down on the page the sticky menu is not the same width as the page it is wider? I think it may be a problem with the custom coding in the CSS but I am not 100% sure.
The Custom CSS has the following coding in it:
sp-header-topbar .container-inner {
border-bottom: 2px solid #af272f;
border-top: 2px solid #af272f;
}
.layout-boxed .body-innerwrapper {
background: #003082;
border: 10px solid #af272f;
}
div#sp-logo {
text-align: center;
}
sp-top-bar {
background: #003082;
color: #af272f;
border-bottom: 10px solid #af272f;
}
section#sp-social {
text-align: center;
margin-top: 20px;
}
sp-header {
background: #ffffff;
border-bottom: 2px solid #DD5354;
}
sp-header.header-sticky {
position: fixed;
z-index: 9999;
top: 0;
left: 0;
width: 100%;
animation: spFadeInDown1.0s;
max-width: 1236px !important;
}
ul.social-icons {
font-size: 50px;
}