Home › Forums › WoodMart support forum › cookies button is not work › Reply To: cookies button is not work
December 10, 2019 at 7:05 am
#162276
Aizaz Imtiaz Awan
Keymaster
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.