Home › Forums › Basel support forum › Pages Widht › Reply To: Pages Widht
September 14, 2018 at 1:45 pm
#77145
Elise Noromit
Member
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