0
I’m in trouble and I need help I have an area on the site where you have what the company does,.
In the case of image one we have Image + Text Text + Image
and when you look at the responsiveness it is of the same pattern as the photo two
In my case when I’m doing the responsiveness tests it gets Image + Text + Text + Image
How can I make it when it’s time for responsiveness to maintain the standard?
Code:
Websites
Testing
Tteste
</div><!-- /.row -->
</div><!-- /.col-lg-12 -->
<!--segundo-->
<div class="inner_section">
<div class="row">
<div class="col-lg-12 about-us fadeInRight animated wow delay-50s">
<div class="col-md-6">
<br><br><br><br>
<p>
<div class="text fadeInLeft animated wow delay-60s" >
<h2> Teste</h2><br>
<h6>Teste.</h6> </p>
</div>
</ul><!-- /.about-us-list -->
</div><!-- /.col-md-6 -->
<div class="col-md-6"> <img class="img-responsive" src="img/icons-am2.png" align="">
</div><!-- /.row -->
</div>
You’re bootstrapping?
– hugocsl
Yes! I am using bootstrap v3.3.1
– Kauê gouveia lima
These two answers will help you solve the problem https://answall.com/questions/386335/alterar-a-posi%C3%A7%C3%a3o-dos-texts-s%C3%B3-em-html/386342#386342 and qui tb https://answall.com/questions/295950/responsividade-de-colunas-no-bootstrap/295969#295969#
– hugocsl
Helped too much, Thanks friend!
– Kauê gouveia lima