Hi Kendall
I’ve identified the source of the problem: the standard height of the <div>
is interfering with the layout of the page and causing issues with the links.
To address this, I suggest adding the following CSS rule to your CSS file:
height: calc(30% - 60px) !important;
This should help to prevent the div from overlapping with the links and causing any further disruptions to the page layout.
Mvh
JP