Not applicable

Hi @Nagashree5 ,

 For this you will have to play with CSS.

1) Open this page in the designer and go to the Page settings and add the following CSS under Page specific CSS

.move_up{
position: absolute;
top: 50px;
}

SandeepDutta_0-1673529783695.png

 

2) Select your second container in the designer, go to its setting and update its class as move_up. Check how the CSS has applied now and adjust the top value according to your required position.

SandeepDutta_1-1673529783693.png

 

 

View solution in original post