Skip to content

Instantly share code, notes, and snippets.

@tdmrhn
Created November 18, 2024 08:17
Show Gist options
  • Save tdmrhn/7858f1034fb2b0b6869abc6938516193 to your computer and use it in GitHub Desktop.
Save tdmrhn/7858f1034fb2b0b6869abc6938516193 to your computer and use it in GitHub Desktop.
Blocksy 2 move read progress bar under header
.ct-read-progress-bar {
top: calc(var(--admin-bar, 0px) + var(--theme-frame-size, 0px) + var(--header-sticky-height) + var(--header-sticky-offset));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment