Sticky Header – Only One Section – Bricks Builder

Sometimes we want only one of the columns or sections of our header to be sticky. Bricks does not have this option by default but we can do it with only 3 lines of CSS.

Reading Time: 0 min.

Sticky Header - Bricks Builder

Here is a very short video on how to make a sticky header and hiding a section when scrolling.

Sticky Header – Only One Section

CSS Here:

.scrolling .hide{
display:none !important;
}

Related posts

Improving the Bricks Builder Color Palette

Reading Time: 1 min.

In this post, we’ll explore how to improve the visibility of the Bricks Builder color palette using CSS.

Leer artículo
Sticky sidebar | Floating column - Bricks Builder

Sticky sidebar | Floating column – Bricks Builder

Reading Time: 2 min.

In this post I will show you how to create a sticky sidebar in the right way, no more hiding…

Leer artículo
Add Buttons Inside the Menu - Bricks Builder

Add Buttons Inside the Menu – Bricks Builder

Reading Time: 0 min.

Many times we have several buttons in the menu and we have to hide them in the mobile version because…

Leer artículo