Vertical align Text

1 reply · opened Jul 1, 2020

77Lexen7Jul 1, 2020

hi there,
Any chance you can tell me how to vertically align text regardless of picture dimensions?

Attached is a screen-shot of the odd alignment... one having text at the top and the other not...

Here is the code

<div id="section-team">
<div class="fancy-title title-border">
<h3>Our Team</h3>
</div>

<div class="row col-mb-50 mb-0" data-layout="fitRows">
<div class="col-lg-6">
<div class="team team-list row align-items-center">
<div class="team-image col-sm-6">

attachment

    &lt;/div&gt;
    &lt;div class="team-desc col-sm-6"&gt;
      &lt;div class="team-title"&gt;
        &lt;h4&gt;Diego Lombardo&lt;/h4&gt;
        &lt;span&gt;Managing Partner&lt;/span&gt;
      &lt;/div&gt;
      &lt;div class="team-content"&gt;
        &lt;p&gt;
          30 years of combined wireless and traditional telco experience
          providing voice and data solutions.
        &lt;/p&gt;
      &lt;/div&gt;
      [
        
        
      ](#)
      [
        
        
      ](#)
      [
        
        
      ](#)
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;div class="col-lg-6"&gt;
  &lt;div class="team team-list row align-items-center"&gt;
    &lt;div class="team-image col-sm-6"&gt;

attachment

    &lt;/div&gt;
    &lt;div class="team-desc col-sm-6"&gt;
      &lt;div class="team-title"&gt;
        &lt;h4&gt;Tony Lee&lt;/h4&gt;
        &lt;span&gt;Leading IT Director&lt;/span&gt;
      &lt;/div&gt;
      &lt;div class="team-content"&gt;
        &lt;p&gt;
          16 year IT industry veteran with a mission to bring great IT to
          any size business.
        &lt;/p&gt;
      &lt;/div&gt;
      [
        
        
      ](#)
      [
        
        
      ](#)
      [
        
        
      ](#)
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;

</div>
</div>

77Lexen7Jul 1, 2020

Nevermind - I got it

Changed center to top for each item

Before
<div class=”team team-list row align-items-center”>

After
<div class=”team team-list row align-items-top”>

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