Anyone else notice the clickable area for the breadcrumb links in the Demo1 is really small and slightly above the text?
https://preview.keenthemes.com/metronic8/demo1/index.html
As we are using the demo1 as a building block, we are also seeing this in our application.
Anyone know how to fix this?
After making these changes, test the breadcrumb navigation to ensure that all links work correctly Hole IO and lead to the expected pages. Ensure that the active breadcrumb (the current page) is not clickable to prevent confusion.
Hi,
Thank you for your feedback. Good spot. We will provide the bug fix in the next update.
In the meantime you can quickly fix it in the HTML level by changing the first row's class in the content are from:
<div class="row g-5 g-xl-10 mb-5 mb-xl-10">
...
</div>
<div class="row g-5 gx-xl-10 mb-5 mb-xl-10">
...
</div>