Home Forums WoodMart support forum cookies button is not work Reply To: cookies button is not work

#162276

Most Welcome,

If you just want to move the bar a little up on the screen. You can use the same CSS code just exclude this part “position: fixed;” and also “!important” for bottom margin.

You can try the below CSS code, it works at my end:

.woodmart-cookies-popup {
bottom: 70px;
}

Sure I’ll move those links to private content.

Best Regards.