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

    Hello. I have several pages on my website that uses internal links to jump to blocks of text further down the page. When the reader clicks on the internal link, the title and some of the initial text is hidden behind the menu. I’ve tried a ocuple of recommended fixes from the forum, but nothing has worked thus far. I can “cheat” by putting in whitespace, but I’d prefer not to have to do that.

    Thanks in advance,
    Mark

    • This topic was modified 6 years, 6 months ago by neuropetvet.
    #954703

    Hey neuropetvet,

    Thanks for giving us admin access, however I have tried it out but it doesn’t work, please check.
    The example page you gave doesn’t show unless we’re logged in, so I guess we’ll wait for the admin access first.

    Best regards,
    Nikko

    #954766

    My apologies. I’ve put them in the private content section again. I was able to log in with the new credentials below.

    #954804

    Hi,

    It seems like you have added your anchor points as following

    
    <a name="A"></a>
    

    Please change then to following

    
    <div id="A" class="anchor-clear"></div>
    

    Then add following code to Quick CSS in Enfold theme options > General Styling

    .anchor-clear { 
    clear: both; 
    }

    Best regards,
    Yigit

    #954954

    Thanks, Yigit! That works and you can close the ticket.

    Mark

    #954968

    Hi,
    Glad Yigit was able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    and the video tutorials here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Text hidden behind menu on internal links’ is closed to new replies.