I've found a solution for my problem. I overwrite the container in the css:
.container{
border-left:1px solid #eee;
border-right:1px solid #eee;
padding: 0px 30px;
}Am Sonntag, 4. November 2012 13:42:41 UTC+1 schrieb Juli87: > > I'm making a website with responsive design based on twitter bootstrap, > but my responive design doesnt't work well... I oversize an image by giving > a fixed width, so that it's outside the bootstrap grid. If i minimize the > screen the image isn't fluid. Is there another possibility to extend the > image and main container, so that it flows over the bootstrap grid? I want > that the border of the main container has the same width like the oversized > image. If I have the screensize of a smartphone the oversized border can be > cut. > > My site how it looks like now: > http://juli.beluto.com/test.html >
