Posted - 10/09/2023 : 13:26:59
Having selected a product and added to cart the Added to cart box is partially hidden behind top of page menu (Header Menu)
Using inspect code I found
div.qbopaque, div.iuopaque, div.ectopaque { overflow-y: auto; position: fixed; width: 100%; height: 100%; background-color: rgba(140,140,150,0.5); top: 0px; <<<<<<<<<<<<<<<<<<<<<<<<<< left: 0px; z-index: 10000; }
The highlighted line "top: 0px" if changed moves the box lower in the page and overcomes the problem.
Can you suggest how to fix the problem Andrew
|