Unverified

Name

Jumping Header

About

Use this code to prevent the jumping header. See this guide https://quadlayers.com/fix-jumping-header-in-divi/#:~:text=When%20you%20apply%20changes%20to,creates%20the%20jumping%20header%20illusion. Need to inspect the page to find the padding for the header

Language

CSS

Rating

Voted: 0 by 0 user(s)

Link for further information:

The author has provided the following URL that may be helpful to setting up or using this snippet:

https://quadlayers.com/fix-jumping-header-in-divi/#:~:text=When%20you%20apply%20changes%20to,creates%20the%20jumping%20header%20illusion.

Codevault

Captivate-Code

Scroll down to see more snippets from this codevault.

Wordpress Compatability

The author has indicated that this snippet is compatable up to wordpress version: 6.4

Code Snippet Plugin Sync

Free & Pro

Download this snippet by clicking the download button, then head over to the Code Snippet Plugin settings in your wordpress admin dashboard, select the import menu then upload this file to import into your wordpress site.

Pro Only (Coming Soon)

You will be able to click a button and sync this snippet to your wordpress site automatically and from your dashboard manage all code snippets across all your wordpress sites that have the Code Snippets Pro plugin installed.

Website/ Profile URL:

https://captivatewebsites.com.au/

History

Last modified:

10/03/2024

Important Note

This snippet has the following status:

Unverified

This snippet has not been verified, use with caution and at your own risk. See details provided by author in sidebar and click below to find out more.

Jumping Header

 
                    
1#page-container {
2padding-top: 112px;
3}
4 
5#main-header {
6top: 195px;
7}

0

Related Snippets

Please see some snippets below related to this snippet..

General

AI Verified

0

Redirect page to other page

Added: 1 year ago

Last Updated: 1 year ago

Redirect one page to another

General

AI Verified

0

Disable Emojis

Added: 8 months ago

Last Updated: 8 months ago

General

Unverified

0

comandsv2

Added: 3 weeks ago

Last Updated: 1 week ago

import json import joblib from datasets import Dataset from matplotlib import pyplot as plt from sklearn.calibration import CalibratedClassifierCV, calibration_curve from sklearn.feature_extrac...

Other Snippets in this Codevault

These are some popular snippets from this users codevault..

Divi Builder

Unverified

0

Desktop Menu : Make Hamburger Menu on Desktop

Added: 4 months ago

Last Updated: 2 months ago

This CSS makes the Desktop Menu appear as Hamburger

Divi Builder

Unverified

0

Desktop Menu : Make Hamburger Menu on Desktop - Remove Bullets

Added: 4 months ago

Last Updated: 4 months ago

This snippet should be used with Make Hamburger Menu on Desktop.

General

Unverified

0

Jumping Header

Added: 3 months ago

Last Updated: 3 months ago

Use this code to prevent the jumping header. See this guide https://quadlayers.com/fix-jumping-header-in-divi/#:~:text=When%20you%20apply%20changes%20to,creates%20the%20jumping%20header%20illusion....