Home Forums WoodMart support forum Cookies Pop up Covers Sticky add to cart button Reply To: Cookies Pop up Covers Sticky add to cart button

#122120

Felixwebsimple
Participant

Well I just used some css to make the cookie pop up more distinct from the actual page content

left: 15px;
right: 15px;
border-radius: 10px;
background-color: #e6f2f1;
border: 2px solid #c7eab4;
}

Just one question, if I add “bottom: 25px” in my css the when I close the cookie notification, i can still see the top of the cookie notification sticky at the bottom of the page.

Any way to go around that?

Thank you