Home Forums Basel support forum Pages Widht Reply To: Pages Widht

#77145

Hello,

Replace the code with this one:

@media (min-width: 1200px){
.container {
    width: 100%;
}
}

If you want to remove paddings / margins add these lines inside:

padding:0;
margin:0;

Best Regards