Home Forums WoodMart support forum Cookie popup accept button Reply To: Cookie popup accept button

#48944

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