.contentCenter { width: 100%!important;} table#data-tables { width: 100%; float: left; display: none;} #start-date { border: 0.5px solid #000; border-radius: 30px; text-align: center;} #end-date { border: 0.5px solid #000; border-radius: 30px; text-align: center;} #listele { border: 0.5px solid #000; border-radius: 30px; width: 5%; text-align: center; background-color: #1b336e;} button#listele {color: #fff;} table.dataTable tbody th, table.dataTable tbody td {text-align: center;} window.location.href = 'uyegiris.html'; $(document).ready(function(){ $('.buttons-collection ').click(function(){ if ($('.buttons-collection span').html('10 satır göster')) this.html ( '10 satır göster'); else this.value = "Add"; }); }); .flex-col.sm\:w-4\/4 { width: 100% !important; } .flex-col.sm\:w-1\/4 { display: none; } document.addEventListener("DOMContentLoaded", function () { // İlk div'in genişliğini değiştirme let firstDiv = document.querySelector(".flex-col.sm\\:w-3\\/4"); if (firstDiv) { firstDiv.classList.remove("sm:w-3/4"); firstDiv.classList.add("sm:w-4/4"); } // İkinci div'i gizleme let secondDiv = document.querySelector(".flex-col.sm\\:w-1\\/4"); if (secondDiv) { secondDiv.style.display = "none"; } });