format grid
-
Using the responsive grid layout. Here’s the basic code:
<!———————NEW ROW———————>
<div class=”row-fluid”>
<div class=”span4″>
</div>
<div class=”span4″>
</div>
<div class=”span4″>
</div>
</div>
<!——————END OF ROW———————>
with content in each of the 3 <div>My problem: there’s an automatic 30px gutter between the cells, 15px on each side. Does anyone know of a way to reduce or eliminate the gutter? I have three images at the top of this page:
https://richsride.org/frontrangefreedomtour/
I’d like to eliminate the white space between them. Thanks.
- The topic ‘format grid’ is closed to new replies.