Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] problem with site in safari only Reply To: [Solved] problem with site in safari only

#189441
was955
Participant

well i want to tell u i solved it by removing min-width: 1230px !important;

body {
background-color: #f9f8f4;
color: #666666;
font-size: 13px;
margin: 0;
min-width: 1230px !important;
padding: 0;
}

thank you for your help