Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2317341
Anchor links
Closed

Comments

  •   ritafant started the conversation
  •  2,699
    PenciDesign replied

    Hi,

    Yeah, it caused by the sticky menu override it.

    The solution here is use an anchor links above your heading.

    Example:

    You has an anchor like this:

    <h3 id="xxx">content here</h3>

    You should use an empty anchor above this heading, like this:

    <span id="xxx"></span>
    <h3>content here</h3>

    It doesn't affect anything to your site, but it make your anchor display better more.

    You can put the <span id="xxx"></span> anywhere inside your content because it doesn't affect anything.


    Best Regards,

    PenciDesign