codehaven - php snippets - coding help
Generic filters
Exact matches only
  • Anchor position going to far down the page

    22nd January 2020

    CSS

    Css - Codehaven

    If your anchor goes to far down the page, use this code it does not affect anything other than the actual position of where the anchor stops.

    If you have an anchor id of ‘latest’ so you click on it /mysite/#latest as the link the ID is labelled as ‘latest’ and add this css below.

    If using elementor on the element ‘latest’ add to the inline CSS the code below. It will not affect the actual positioning, but it will adjust where the page lands when the link is clicked.

    Was this code snippet helpful?