Jump to content

Make a block sticky on entire page

Recommended Posts

  • Replies 5
  • Views 148
  • Created
  • Last Reply

Top Posters In This Topic

Posted

add this code into custom css:

/* Make the sidebar sticky */
.sidebar {
  position: -webkit-sticky; /* For Safari */
  position: sticky;
  top: 20px; /* Adjust this value to control how far from the top the sidebar stays */
  z-index: 100; /* Ensure it's above other content */
}

 

Posted
26 minutes ago, Squareko said:

add this code into custom css:

/* Make the sidebar sticky */
.sidebar {
  position: -webkit-sticky; /* For Safari */
  position: sticky;
  top: 20px; /* Adjust this value to control how far from the top the sidebar stays */
  z-index: 100; /* Ensure it's above other content */
}

 

Hey, thanks, but it doesn't work 😞

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.