Created
November 18, 2024 08:17
-
-
Save tdmrhn/7858f1034fb2b0b6869abc6938516193 to your computer and use it in GitHub Desktop.
Blocksy 2 move read progress bar under header
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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