For this website ( http://carbondirect.net/ ) on the homepage, bottom right I want Sewage Odor Control to link to the page Activated Carbon and jump to the Sewage Odor Control section, but it is not working. It links to the Activated Carbon page, ignoring the anchor.
Based on some research, I tried adding this CSS, but it is still not working:
#sewage-odor-control {
position: fixed;
z-index: 10001;
display: inline-block;
}
Did I do anything obviously wrong? If you are able to take a look, thank you.
Here is the relevant code from your site:
A couple weird things going on:
</p>
, but no opening<p>
<p>
, but no closing<\p>
Also, your anchor is not 'visible' when you first go to the site because the section is toggled closed (
et_pb_toggle_close
), so maybe that is causing a problem. What happens if you add the anchor the the header (which is readily visible)?