Since I’m also using a sticky #header the top gets set dynamically (by js?) while scrolling. Currently this is 28px. This hides the #header contents beneath #top-bar. In order to remedy this I’ve also done the following:
#header-sticky-wrapper { padding-top: 35px; background: white; height: 155px !important;}
#header.sticky-header { top: auto !important; }
Will this negatively impact responsiveness? I’m not sure if it’s related, but when I utilize the Responsive Design View and set the dimensions at 360×640, the drop down menu links don’t all appear. See attached screenshot. Thoughts?
Thanks!