image size

1 reply·opened Aug 8, 2019
F
Francisco CignaAug 8, 2019

Hi i am trying to center a image in about us (https://montajesinlimites.com/empresa.php)
the first person must have the same images size than the others i can not make it possible.
Thanks a lot for your help I am using this code.

			<div class="row">
						<div class=col-lg-6 align="center">

							<div class="team">
								<div class="team-image">

attachment

								</div>
								<div class="team-desc team-desc-bg">
									<div class="team-title"><h4>JORGE E. RIVERA NOY</h4><span>Gerente General</span></div>
									[
										
										
									](#)
									[
										
										
									](#)
									[
										
										
									](#)
								</div>
							</div>

						</div>
					</div>
S
SemiColonWebSTAFFAug 10, 2019

Hello,

You can consider using this code:

<div class="col-4 col-xs-12">
	<div class="team-image justify-content-center">
		<img src="images/team/2.jpg" alt="Jorge">
	</div>
	<div class="team-desc team-desc-bg">
		<div class="team-title"><h4>JORGE E. RIVERA NOY</h4><span>Gerente General</span></div>
		<a href="#" class="social-icon inline-block si-small si-light si-rounded si-facebook">
			<i class="icon-facebook"></i>
			<i class="icon-facebook"></i>
		</a>
		<a href="#" class="social-icon inline-block si-small si-light si-rounded si-twitter">
			<i class="icon-twitter"></i>
			<i class="icon-twitter"></i>
		</a>
		<a href="#" class="social-icon inline-block si-small si-light si-rounded si-gplus">
			<i class="icon-gplus"></i>
			<i class="icon-gplus"></i>
		</a>
	</div>
</div>

This should definitely work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard