Skip to main content

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!

Hey Ryan - Applying a fixed or absolute position of a page section may not be possible. An easier alternative is to drop a box into that section, and let it act as the container. You should then be able to give an absolute position the the box.


Reply