Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1343915

    I have a page with anchor links down to different sections on the page. On mobile, my header is fixed and the anchor slides up under the header so the title can’t be seen. What can I do?

    #1343947

    Hey Christie,

    The page requires a password, please provide the password as well.

    Best regards,
    Nikko

    #1344043

    You can use this Password, sorry!

    #1344184

    Hi christiemade,

    Thanks, please try to add this CSS code:

    @media only screen and (max-width:989px) {
      #facts, 
      #pricing {
        background-clip: padding-box;
        border-top: 112px solid transparent;
        margin-top: -112px;
      }
    }

    Best regards,
    Nikko

    #1344248

    Yes, that seems to work well enough, thank you.

    #1344250

    Hi,
    Glad Nikko was able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Anchored Section goes behind Fixed Header on mobile’ is closed to new replies.