Hi guys, 
 I'm working my first bootstrap site. Look at this link:

http://www.ogmda.com/test/menu.html

Questions:


   1. How should I write the custom.css so there is no margin between the 
   brown sidebar and the content in the yellow section? For example, I want 
   the banner image to be flush against the brown sidebar. Would it be like so:

@media (min-width: 1200px) {
>   .span9 {
>     margin-left: 0;
>   }



2.) What's the correct way to code the banner image for responsive design? 
Since I'm using a fixed grid, do I specify the image width in px so it 
spans across the yellow section? How do I know how wide to make the banner 
image? When I use FIREBUG to check out the width of the yellow section it 
comes out to be 870px. Does that mean I make the banner width the same 
870px width?

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"twitter-bootstrap" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to