Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1463154

    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

    #1463158

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.