SOLVED: Any reason why anchored sections within tabs do not work?

Is there any reason why a navigation element will not take a user to an anchored section?

Should this not work?
https://municipal.orangecityiowa.com/utilities-and-services/public-works/#inner-department-water”

I am not seeing that with the link you have, so I wonder if this is a cache issue.

Like your screenshot, you have to have that specific ID.

Each of the tab panes has a CSS ID specified that matches the links.

https://municipal.orangecityiowa.com/utilities-and-services/public-works#inner-department-electric”

https://municipal.orangecityiowa.com/utilities-and-services/public-works#inner-department-natural-gas”

https://municipal.orangecityiowa.com/utilities-and-services/public-works#inner-department-water”

https://municipal.orangecityiowa.com/utilities-and-services/public-works#inner-department-waste-water”

https://municipal.orangecityiowa.com/utilities-and-services/public-works#inner-department-street”

Everything works fine. The links you gave have a " at the end which binds that to the url causing things to not work.

This url works fine https://municipal.orangecityiowa.com/utilities-and-services/public-works/#inner-department-electric

Plus, go into Bricks > Settings > Miscellaneous and turn on smooth scroll.

Just a side note – is there a reason why you are targeting the pane and not the tab?

Reason for targeting the pane content is because when in use with the sticky header, it keeps positioning content under the header.

I used the quotation marks, so this forum would not try to insert the content and instead show the link, so you could see it without having to open the link to see it. It was done just to make it a little easier for anyone helping me to diagnose the issue.

Could you get any of the other links to work? I can get Electric to work, but none of the others in the side menu, and I confirmed that there is no quote mark in the actual links, it was again just for keeping it intact in this forum.

Sorry, I am done for the day, so I will look at this first thing in the morning.

Cheers

Hi @spireworks

As per our email conversation, the CSS ID should be set on the Tab Menu’s Divs instead of the Content’s panes

Example:

Problem solved.

Seems to be a lot of cooks in the kitchen on this one and there is a solution, so I am going to bow out.

Thank you to everyone involved!