I’m working on a project and trying to set them up with a transparent header that also has their logo on a sticker that matches the label they use in real life.
My issue is when setting up a header as absolute, it removes the space between the header and the start of the page and shifts all the content towards the top. Now some of the content can be fixed by creating a larger margin for the top of the first section; however, some of the pages like checkout, cart and other automatically generated woocommerce pages cant be adjusted to offer the space required to substitute for the content shift.
Another issue is if I create a 25px or 20% (these are example numbers) margin at the top to substitute for the absolute header, it looks good on a desktop but not so good on mobile. What can I do to create the correct space needed for all devices?
Here’s an example of when the header overlaps with a page.
Also in this example, the view cart is not being detected as a hyperlink. I’m not sure if this is being caused by the overlap or another issue?