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

    Can you please assist me with a problem caused by the Sticky Header? I couldn’t find a thread that exactly matches my problem, so I’m opening this one.

    I’m using anchor links on longer text pages. In Safari, Opera and Firefox under MacOSX everything is fine. But in Chrome an under Windows 10 the targets are under the Sticky Header. I looked around and found a short CSS trick to solve the problem:

    :target:before {
    content:””;
    display:block;
    height:90px; /* fixed header height*/
    margin:-90px 0 0; /* negative fixed header height */
    }

    But with the Enfold-Theme these CSS-lines causing no effect.

    #957889

    Hey dburmeistersl,

    Thanks for the link, I checked your site on Chrome on OSX but I couldn’t reproduce it. Is it only happening on Windows? Also, please post a screenshot of the problem, in case I have misunderstood your problem.

    Best regards,
    Rikard

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