Home › Forums › WoodMart support forum › Cookie popup accept button › Reply To: Cookie popup accept button
March 26, 2018 at 2:43 pm
#48944
Elise Noromit
Member
Hello,
In order to place the button on the left, add this CSS code to the Theme Settings > Custom CSS area:
.woodmart-cookies-inner {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
Best Regars