I am experiencing an issue with my slideshow where there is a blank area on the right side. I have tried several solutions but haven't had much success resolving it. Any suggestions would be greatly appreciated. Thank you!
<html>
<head>
<title>A.Willi A.G - Fachkräft für Rohr-Stahl Gebäudetechnik</title>
<meta charset="utf-8">
<!-- Other meta tags and links -->
</head>
<body>
<div class="container">
<div class="menu">
<ul>
<li><a href="/html/index.html">Home</a></li>
<!-- Rest of the menu items -->
</ul>
</div>
<h2>
<div class="slideshow">
<img src="/images/panorama2.JPG" alt="Panorama">
<img src="/images/panorama3.png" alt="Panorama">
<img src="/images/panorama3.png" alt="Panorama">
</div>
</h2>
<section>
<h4>A.Willi A.G für Menschen zur Stelle</h4>
Die A.Willi A.G ist als Personalverleiher in der gesamten Schweiz und im Ausland erfolgreich tätig mit über 30-jähriger Erfahrung in dieser Sparte.
</section>
<footer class="footer-distributed">
<!-- Footer content goes here -->
</footer>
</div>
</body>
</html>
Blockquote