Recently, I encountered an issue with the mobile version of my website while using a modified classic theme for Prestashop 1.7.6. If you'd like to take a look, here is the link to the site.
Within the footer section, there are two consecutive divs, each containing its own unique content. The first div is identified by the ID block_myaccount_infos, while the second one has the class block-contact.
The first div includes a custom JavaScript function designed to show dropdown content, similar to previous sections on the page. However, upon inspection with the Chrome developer tool, it became apparent that the second div was overlapping the first div.
https://i.sstatic.net/gN0MO.png
To troubleshoot this issue, I added a line break tag between the two divs, which temporarily resolved the problem. Unfortunately, this is not a suitable long-term solution as I require both divs to remain on the same line in the desktop version of the site.