Archived topic
Link on one item of navigation menu is not working
1 reply · Started by Abdul Khaliq on March 4, 2023
Hi dear GeneratePress Support Team!
I am facing a technical issue with one of my page. When I click on "Pin Bags" mentioned in header menu linked with https://baseballpi1stg.wpengine.com/trading-pin-bags/, the navigation does not work after clicking. The other pages are working fine.
Hi Abdul,
This was a bug, but it should be fixed in GB Pro 1.7.
If you convert the legacy layout which has a container link to the new layout or build new layouts with GB Pro 1.7, the issue should be fixed.
If you do not want to convert the legacy layout, then try to add this CSS:
.gb-container:has(.gb-container-link) {
position: relative;
}