Hello,
I was wondering if there is a way to create an absolute position for a section on Unbounce.
Similar to the way of using positioning for images, but for sections:
#lp-pom-image-1 {
position:fixed;
top:0;
left:auto;
right:0;
z-index:100;
}
Thanks!