Ok, I tried this and it is working, I’m keeping the margin on the left, and the widget stay on the right, no overlapping
#page {
min-width: 710px;
}
.right-sidebar #main #content {
margin: 0 29% 0 50px;
width: 60%;
}
.right-sidebar #main #secondary {
float: right;
margin: 0 2% 0 0;
width: 24%;
}
PS : When I modify the value of the right sidebar margin, the content overlap the widget area.
Right now, I am trying to define a minimum width for the site, it could be a solution, but I don’t know how to do that…