I thought I had the issue fixed but then glitches continued when I changed opacity for the footer container, site info, etc.
I changed it back to fix some issues, but now the device menu doesn’t work at all from the home page, and without adding via Css (by the way) there is no background color on device dropdown for the other pages. I added a media query for that.
I did also take out the header for the other pages as well. But now something is up.
I’m only using normal css changes – but the menu keeps being affected.
Adding this
#supplementary .wrapper {
background-color: #374741;
opacity: 0.9;
}
took out the functionality for the top menu for devices
Anyway something else is now interfering with the device menu. The drop down works for the second pages. It hides for the home page.