url: Raspberry Pi 4 Model B 4GB 8GB – Makerlab Electronics (makerlab-electronics.com)
Topic summary
A user is experiencing an image overlap issue on mobile view for a Raspberry Pi 4 Model B product page.
The problem appears to be related to product images not displaying correctly on mobile devices.
Proposed Solution:
- Add CSS code to the
base.cssfile - The code targets
.tabcontent-cus imgelements - Sets
max-width: 100% !importantto prevent overflow
Current Status:
A solution has been provided but not yet confirmed as resolved. The fix involves a simple CSS adjustment to ensure images scale properly within their containers on mobile viewports.
Please add this code to your base.css file to solve it
.tabcontent-cus img { max-width: 100% !important; }
