Skip to main content
Question

Is there a way to keep autolayout aligning these sections?

  • March 22, 2025
  • 4 replies
  • 35 views

S.T
  • Active Member
  • 17 replies

The footer has a component with an arrow that brings the user to the top. Is there a way to have the foot and above section connect while keeping auto auto layout? I know I can use absolute positioning. Just curious is there another way apart from having the above section retain the back to top component.

Thank you

 

 

This topic has been closed for replies.

4 replies

Raphael_M
  • Power Member
  • 396 replies
  • March 22, 2025

set the back to top height's container to 0

 


S.T
  • Author
  • Active Member
  • 17 replies
  • March 24, 2025

set the back to top height's container to 0

Thanks for the reply. The back to top component is fine in the footer. I am trying to get the top section to sit flush against the footer behind it but I think this can only be done using absolute positioning?
 

 

 


Raphael_M
  • Power Member
  • 396 replies
  • March 25, 2025

set the back to top height's container to 0

Thanks for the reply. The back to top component is fine in the footer. I am trying to get the top section to sit flush against the footer behind it but I think this can only be done using absolute positioning?
 

 

 

Hi.

 

I’m trying to understand what you mean. If I’m not mistaken you want the Section Above to be next to the footer, vertically without any space whilst not having any of the sections or components in absolute?

 

I shown you the trick by putting the height of the back to top into “0”. And yes, if you don’t want any of the height in fixed, it can only be done in absolute position.


S.T
  • Author
  • Active Member
  • 17 replies
  • April 1, 2025

@Raphael_M Hello I was able to do it by placing the back to top button and footer in a auto layout and then creating an auto layout for everything and setting it -65. That moved the footer up to connect. Thank you for the help.