Related Posts
the Sticky scrolling effect allows you to set a section / widget as sticky, so that it sticks to the top or bottom of the screen.
Scroll effect
- Edit the section / widget by clicking on its handle
- Click on the Advanced tab on panel
- Open the Motion effects section
- Sticky: Choose to set your section to "stick" to the top or bottom of the screen, when scrolling
- Sticky: Select on which devices your fixed section, desktop, tablet or mobile will be kept
- Make up for: Push the sticky element up or down in pixels
- Effects edit Make up for: El número de píxeles que el Username debe desplazarse antes de que comience el efecto adhesivo
Note: Effects compensation afecta solo si se agregó CSS al elemento fijo. A continuación, se muestra un ejemplo de un conjunto típico de reglas CSS que podrían aplicarse:
selector.elementor-sticky - effects {background-color: rgba (133,130,255,0.5)! important;} selector {transition: background-color 4s ease! important;} selector.elementor-sticky - effects> .elementor-container { min-height: 80px;} selector> .elementor-container {transition: min-height 1s ease! important;}
More about Sticky