Hello
We’ve got a site that has a lot of avia toggle IDs on it with hyperlinks to documents. I’ve managed to isolate the potential cause of the hyperlinks not working (or working intermittently), but not sure on the fix.
The issue seems to be caused by when the toggle link sits within the depth/height of the Nav Class Main Menu – fiddling on browser with the depth of the Padding seems to fix it, but not sure which stylesheet file this is coming from but the URL is:
/wp-content/uploads/dynamic_avia/enfold.css?ver=6321be1a9511a
Is there any over-ride code sort this happening so that links are clickable? Otherwise it’s coming across as an intermittent issue rather than a requirement to scroll sufficiently down the page in order for the link to work.
Tricia
Hey volpagirl,
Please try the following in Quick CSS under Enfold->General Styling:
.main_menu {
height: auto;
}
Best regards,
Rikard
Perfect – that’s sorted it. Much appreciated. T