After downloading a template table from the internet and customizing it to my liking, I encountered an issue where it does not adhere to the assigned settings (as shown in the image), but that's not the only problem. The dropdown navbar on my website is displaying behind the table and the image slider on the homepage. I attempted to adjust the z-index values, but that did not resolve the issue. It's worth mentioning that I have implemented a feature to keep the navbar and footer fixed when scrolling, which might be related to the problem.
Below is my HTML code:
<!-- Your HTML code here -->
And here's my CSS code:
/* Your CSS code here */
You can view the problematic image here.