It seems like the issue lies with div.ü
and div.yayın
, as they are causing overflow on the right side of the page. When these elements are removed, the overflow issue goes away. Are there different positioning codes that can be used to prevent this?
div.ü{
position:relative;
left:10%;
vertical-align:top;}
div.yayın{
position:relative;
left:10%;
}
<div class="ü">
<a href="#">Yayın Akışı</a>
</div>
<div class="yayın">
<br>
<a href = "http://localhost/php/sistemler/haber.php">
<h3><img class="u" src = "images/7.jpg" class="" height = "125px" style="margin-right:20px;">Section 1.10.33 of "de Fi"</h3>
</a>
<br>
<h3><img class="u" src = "images/7.jpg" class="" height = "125px" style="margin-right:20px;">Section 1.10.33 of "de rm"</h3>
<br>
<h3><img class="u" src = "images/7.jpg" class="" height = "125px" style="margin-right:20px;">Section 1.10.33 of "de um"</h3>
<br>
<h3><img class="u" src = "images/7.jpg" class="" height = "125px" style="margin-right:20px;">Section 1.10.33 of "de um"</h3>
</div>