Hello, I want to place a sticky button close to the border of the boxed enfold theme. Have a look:
https://ufile.io/b6y00
Hey royaltask,
You could start off by activating the custom CSS field for all builder elements: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/, then give the button a custom class, for instance my-sticky-button. Then you can add something like this to Quick CSS:
.my-sticky-button {
position:fixed;
top:50%;
left:0;
}
Best regards,
Rikard