Viewing 2 posts - 1 through 2 (of 2 total) Author Posts July 28, 2024 at 2:46 pm #1463154 Jak73Participant Hi, i would like to change: .html_header_top.html_header_sticky.html_large #main { padding-top: 116px; } to .html_header_top.html_header_sticky.html_large #main { padding-top: 66px; } But only for selected pages. How can i do that? kind regards Jak July 28, 2024 at 3:21 pm #1463158 MikeModerator Hey Jak73, Add the page ID to the css like this: .html_header_top.html_header_sticky.html_large .page-id-1616 #main { padding-top: 66px; } After applying the css, please clear your browser cache and check. Best regards, Mike Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In