Auto scroll to top of page / how to lock contact box width?

Hi there, I’m wondering if you can help me, and I hope I am in the right sub section of the forums, if not please let me know.

I am trying to make it so on my website I am designing; when I click the image logo on the left of the navigation bar that the page auto scrolls up smoothly. Is there any way to do this?

I was also wondering, with the contact box, I noticed you can extend the width to really extreme sizes, is there any way to prevent this?

Thank you in advance for your help.


Here is my public share link: LINK
(how to access public share link)

What was your solution to have the footer logo be a scroll-to-top link?

You’ll want to have the footer set up as a component. The logo link will be set to the homepage so that all subpages jump back to “home”.

Then, on your homepage, add an empty div to the top of the page and give it an ID of “top”. Select your logo link in the footer but make sure you are not editing the entire component. You’ll only be changing this one instance of your homepage’s footer component, to maintain the page link needed on your subpages. Tell this one instance on the homepage to anchor to “top” section.

1 Like

Thanks! All good now!