Why are some product descriptions not showing on my site?

On my site I have been having trouble figuring out why some of my product descriptions are not showing up on my site and some are. Dose anyone know how to fix this

I think there is a problem with tab display logic. For example when selecting “What comes with this kit?” there is a parent div that changes style=“display: block”, however the div that actually holds the description content still has style=“display: none”. Another issue is that there are many elements on the page with the same id=“List”. Ids should be unique in the html document.

Hi @720instruments
Can you please share the URL for both the cases i.e one for product description showing and one for issue related page.

If you find this helpful, please hit Like and if this solves the problem, please Mark it as Solution!

Hello thank you for the response! Can I ask if you know how I can fix this issue, I’m pretty good with computers and web design but I’ve never come across something like this

I figured it out! Thank you for the help