Patch #30231
closedOperation: "Unwraping The Mine" or conerns about how elements are wrapped
0%
Description
Here are some things that look suspicious to me:
1. I think maybe it would be good to kill the two wrappers (wrapper2 and wrapper3), leaving only one top wrapper which would wrap everything except for the footer container, this is to achieve sticky footer design later, or else footer winds up in the middle of my screen when there is little to no content on pages (I have quite a big display). The method I'm suggesting is to stretch the wrapper 100% in height, and then apply margin-top: -25px to both the footer and the wrapper.
2. I think we should move main-menu out of the header container, so that making main-menu sticky would be achievable without using JS.
3. There is a footer container, which has 2 more containers inside named bgl and bgr, considering that footer has nothing in it, but a short line of text, I think they both should be killed and text below to be instead wrapped into a <span> or just an <a>.
Files
Related issues