I've searched around quite a bit before posting but I'm not able to get 
this working correctly. I have the below, two divs next to each other 
inside a div row-fluid:
 
<div class="row-fluid">

 <div class="span3 offset3">
  <h1>header</h1>
  <p>text</p>
 </div>
 <div class="span3 pull-left">
  <img src="~/Content/images/image.png" />
 </div>
</div>
 
This in turn is contained within the below as part of the page: 
 

 
<body>
    <div class="navbar-wrapper">
        <div class="container">
            <div class="container-fluid">
.....
 
 
When the image is smaller than the text on the right hand side, it is 
positioned top side of the span and looks bad. I would like to center it 
next to the text it is displayed with. 
 
Please have mercy :) as I am no expert with CSS. I hope I've asked a proper 
question. 
 
Thanks, 
Oguzhan

-- 
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