Create a Sticky Sidebar with GenerateBlocks

In this video I do a quick walkthrough on how to create a sticky sidebar using GenerateBlocks. While it does take a couple lines of CSS (provided below), it’s a simple process …

Kyle Van Deusen

Published:

Filed Under:

Plugins

Kyle Van Deusen

Kyle Van Deusen

The Admin Bar

After spending 15 years as a graphic designer and earning a business degree, I launched my agency, OGAL Web Design, in 2017. A year later, after finding the amazing community around WordPress, I co-found The Admin Bar, which has grown to become the #1 community for WordPress professionals. I'm a husband and proud father of three, and a new resident of the Commonwealth of Virginia.

sticky sidebar with generate blocks – 1
This content contains affiliate links. View our affiliate disclaimer.

In this video I do a quick walkthrough on how to create a sticky sidebar using GenerateBlocks. While it does take a couple lines of CSS (provided below), it’s a simple process and once the CSS is added you can reuse the same selectors on other parts of your website.

Here’s the code you will need from the video:

.sticky-container > .gb-inside-container {
	height: 100%;
}

.sticky-element {
	position: sticky;
	position: -webkit-sticky;
	top: 48px;
}

Step by Step Written Instructions

1. Open your page in the block editor

2. Click to add a new block

Click to add a new block

3. Click on Container

Click on Container

4. Click on Spacing

Click on Spacing

5. Add padding to your section

Add padding to your section

6. Click on Add block

Click on Add block

7. Add a Grid block

Add a Grid block

8. Choose a 2-column grid

Choose a 2-column grid

9. Select the first container in your grid

Select the first container in your grid

10. Change the width to 66%

Change the width to 66%

11. Select the 2nd container in your grid

Select the 2nd container in your grid

12. Change the width to 33%

Change the width to 33%

13. Select the grid block

Select the grid block

14. Add 60px of Horizontal Gap

Add 60px of Horizontal Gap

15. Fill your left container with content

You’ll want to have enough content in here that it allows the user to scroll through this section. If there is no scrolling required to get through this section, then nothing will “stick”.

Fill your left container with content

16. Click on List View

Click on List View

17. Click on the 2nd container in your grid

Click on the 2nd container in your grid

18. Click on Add block

Click on Add block

19. Add a container

This will house everything you want to “stick”

Add a container

20. Click on Colors (optional)

Click on Colors

21. Choose a background color for your container (optional)

Choose a background color for your container (optional)

22. Click on “Spacing”

23. Add padding to your container

If your design requires it, give your sticky container some padding.

Add padding to your container

24. Click on Add block

Click on Add block

25. Add a heading block inside your inner container

Add a heading block inside your inner container

26. Enter the text you want to add

Or add any other type of block you want to have inside your sticky sidebar. For demo purposes we’re only going to add a heading.

Enter the text you want to add

27. Select the inner container

This is the container we added a background color to. The “sticky” container.

Select the inner container

28. Click on Advanced

Click on Advanced

29. Type “sticky-element” in the Additional CSS field

30. Click on the outer container

This is the container that houses our “sticky” container, and will act as the track the sticky container stays within.

Click on the outer container

31. Click on Advanced

Click on Advanced

32. Type “sticky-container”

33. Click on Update

Click on Update

34. Click on View Page

Click on View Page

35. Click on Customize

Click on Customize

36. Click on Additional CSS…

Click on Additional CSS…

37. Click on CSS code

Click on CSS code

38. Paste selected text into text

.sticky-element {
	position: sticky;
	position: -webkit-sticky;
	top: 48px;
}

.sticky-container > .gb-inside-container {
	height: 100%;
}

The first line of CSS will set your inner container to be sticky, and the second line will make your outer container (the “track”) the full height of your section.

Paste selected text into text

39. Click on Publish

Click on save

Share This Article!
Kyle Van Deusen

Kyle Van Deusen

The Admin Bar

After spending 15 years as a graphic designer and earning a business degree, I launched my agency, OGAL Web Design, in 2017. A year later, after finding the amazing community around WordPress, I co-found The Admin Bar, which has grown to become the #1 community for WordPress professionals. I'm a husband and proud father of three, and a new resident of the Commonwealth of Virginia.

Come Join Us!

Join the #1 WordPress Community and dive into conversations covering every aspect of running an agency!

Kyle Van Deusen

Community Manager

The Friday Chaser

Wash down the week with the best of The Admin Bar! News, tips, and the best conversations delivered straight to your inbox every Friday!

Latest Events

February 20th, 2024

Making Sense of Security

Going beyond the marketing hype to make informed decisions on security!

January 26th, 2024

Effective Spam Defense for WordPress Forms

Conquer form spam in WordPress with Mark Westguard on Jan 26th. Learn key spam-fighting tactics in our live, interactive session. Register now to transform your forms!

More Articles

Privacy By Design

Are your websites designed with privacy in mind? Privacy By Design

Incorporating Privacy by Design in web development not only aligns with legal requirements and avoids hefty fines but also serves as a competitive advantage by enhancing client trust and consumer privacy awareness.

Process

No More Headaches: Streamline Your Business Processes in 7 Simple Steps

Are your internal business processes a source of too many headaches in an already busy schedule? Learn how to streamline your processes right here.

Cookie

Google Tightens Privacy Rules: Preparing Your Website for Consent Mode V2

What web agencies need to know about Google’s Consent Mode V2