0
I have a container, and it has a split block in it. On the left side I need to get the image out of the container. Would be this model:
With this structure:
<div class="blog_section">
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-6 col-md-6">
<img src="images/exames/imagem/exame.jpg" class="img-responsive">
</div>
<div class="col-xs-12 col-sm-6 col-md-6">
<div class="abt_txt abt_txt_resp texto_exame med_toppadder50">Texto ....></div>
</div>
</div>
</div>
</div>
What I got was the Fluid-container, but it expands the right side as well...
What do you mean by "get the picture out of the container" as well, get out of the container? You think it sits on top of the other text column? What exactly are you in doubt?
– hugocsl
Sorry. It really wasn’t didactic. Now I marked the container. The image, I would need it to come out of the container. There must be some term for it, but that would be it.
– Rogério Pancini