skip to Main Content

I try to implement the slick.js slider with navigator button in my website. I want like this slider button

enter image description here

but i got like this.

enter image description here

I tried increase the size of the button. It went wrong.

Also I tried giving padding to button:after class, but it created non-clickable space within the button.

this my code segment

$('.slider-team ').slick({
    infinite: true,
    slidesToShow: 4,
    slidesToScroll: 4,
    adaptiveHeight: true
  });
.section-team .bx {
    text-align: center;
    border: 2px solid #CCCCCC;
    border-radius: 3px;
    padding: 6%;
    color: #CCCCCC;
    margin-top: 20px;
}

/*  slider  */
.team_area{
	float: left;
	display: inline;
	width: 100%;
}

.slider-team{
	float: left;
	display: inline;
	width: 100%;
}

.slick-prev::before, .slick-next::before {
    background-color: blue;
    position: absolute;
    font-family: 'FontAwesome' !important;
    top: 0;
    padding:40px;
}

.slick-prev,
.slick-next{
    width: 30px;
}

.slick-next{
}

.slick-prev:before {
  content: "f104" !important;
}

.slick-next:before {
  content: "f105" !important;
}

/* End Slider  */

.section-team .bx > div {
    margin-bottom: 10px;
}

.section-team .bx > div:last-child {
    margin-top: 20px;
}

.section-team .bx img {
    width: 150px;
    margin: 0px auto;
    margin-top: 10px;
}

.section-team .bx h4 {
    margin-bottom: 0px;
    color: #464646;
}

.section-team .bx h4 + p {
    color: #2EA2C7;
}

.section-team .bx h4,
.section-team .bx h4 + p {
    text-transform: uppercase;
}

.section-team .bx P + p {
    line-height: 1.6;
    font-size: 95%;
    color: #837979;
}

.social-nav {
    margin: 0 auto;
}

.social-nav li {
    display: inline-block;
    margin-left: 5px;
}

.social-nav li a {
    width: 35px;
    height: 35px;
    border-radius: 50% !important;
    display: inline-block;
    color: #fff;
    background-color: #CCCCCC;
    padding-top: 9px;
    text-align: center;
    vertical-align: middle;
    transition: all 0.2s;
}

.social-nav li .facebook:hover{
    color: #fff;
    background-color: #3b5998;
}

.social-nav li .twitter:hover{
    color: #fff;
    background-color: #55acee;
}

.social-nav li .google-plus:hover{
    color: #fff;
    background-color: #f44336;
}

.social-nav li .linkedin:hover{
    color: #fff;
    background-color: #007bb5;
}
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.6/css/bootstrap.css" rel="stylesheet" />

<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>

<script src="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick.js"></script>

<link href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick.css" rel="stylesheet" />

<link href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick-theme.css" rel="stylesheet" />

<div class="team_area">
  <div class="slider-team">
    <div class="col-xs-12 col-sm-3">
      <div class="bx">
        <div>
          <img src="resources/image/img1.jpg" class="img-responsive img-circle ">
        </div>
        <div>
          <h4>jamie sidens</h4>
          <p>founder</p>
          <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's</p>
        </div>
        <div>
          <ul class="social-nav">
            <li><a class="facebook" href="#"><span class="fa fa-facebook"></span></a>
            </li>
            <li><a class="twitter" href="#"><span class="fa fa-twitter"></span></a>
            </li>
            <li><a class="google-plus" href="#"><span class="fa fa-google-plus"></span></a>
            </li>
            <li><a class="linkedin" href="#"><span class="fa fa-linkedin"></span></a>
            </li>
          </ul>
        </div>
      </div>
    </div>
    <div class="col-xs-12 col-sm-3">
      <div class="bx">
        <div>
          <img src="resources/image/img1.jpg" class="img-responsive img-circle ">
        </div>
        <div>
          <h4>jamie sidens</h4>
          <p>founder</p>
          <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's</p>
        </div>
        <div>
          <ul class="social-nav">
            <li><a class="facebook" href="#"><span class="fa fa-facebook"></span></a>
            </li>
            <li><a class="twitter" href="#"><span class="fa fa-twitter"></span></a>
            </li>
            <li><a class="google-plus" href="#"><span class="fa fa-google-plus"></span></a>
            </li>
            <li><a class="linkedin" href="#"><span class="fa fa-linkedin"></span></a>
            </li>
          </ul>
        </div>
      </div>
    </div>
    <div class="col-xs-12 col-sm-3">
      <div class="bx">
        <div>
          <img src="resources/image/img1.jpg" class="img-responsive img-circle ">
        </div>
        <div>
          <h4>jamie sidens</h4>
          <p>founder</p>
          <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's</p>
        </div>
        <div>
          <ul class="social-nav">
            <li><a class="facebook" href="#"><span class="fa fa-facebook"></span></a>
            </li>
            <li><a class="twitter" href="#"><span class="fa fa-twitter"></span></a>
            </li>
            <li><a class="google-plus" href="#"><span class="fa fa-google-plus"></span></a>
            </li>
            <li><a class="linkedin" href="#"><span class="fa fa-linkedin"></span></a>
            </li>
          </ul>
        </div>
      </div>
    </div>
    <div class="col-xs-12 col-sm-3">
      <div class="bx">
        <div>
          <img src="resources/image/img1.jpg" class="img-responsive img-circle ">
        </div>
        <div>
          <h4>jamie sidens</h4>
          <p>founder</p>
          <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's</p>
        </div>
        <div>
          <ul class="social-nav">
            <li><a class="facebook" href="#"><span class="fa fa-facebook"></span></a>
            </li>
            <li><a class="twitter" href="#"><span class="fa fa-twitter"></span></a>
            </li>
            <li><a class="google-plus" href="#"><span class="fa fa-google-plus"></span></a>
            </li>
            <li><a class="linkedin" href="#"><span class="fa fa-linkedin"></span></a>
            </li>
          </ul>
        </div>
      </div>
    </div>
    <div class="col-xs-12 col-sm-3">
      <div class="bx">
        <div>
          <img src="resources/image/img1.jpg" class="img-responsive img-circle ">
        </div>
        <div>
          <h4>jamie sidens</h4>
          <p>founder</p>
          <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's</p>
        </div>
        <div>
          <ul class="social-nav">
            <li><a class="facebook" href="#"><span class="fa fa-facebook"></span></a>
            </li>
            <li><a class="twitter" href="#"><span class="fa fa-twitter"></span></a>
            </li>
            <li><a class="google-plus" href="#"><span class="fa fa-google-plus"></span></a>
            </li>
            <li><a class="linkedin" href="#"><span class="fa fa-linkedin"></span></a>
            </li>
          </ul>
        </div>
      </div>
    </div>
    <div class="col-xs-12 col-sm-3">
      <div class="bx">
        <div>
          <img src="resources/image/img1.jpg" class="img-responsive img-circle ">
        </div>
        <div>
          <h4>jamie sidens</h4>
          <p>founder</p>
          <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's</p>
        </div>
        <div>
          <ul class="social-nav">
            <li><a class="facebook" href="#"><span class="fa fa-facebook"></span></a>
            </li>
            <li><a class="twitter" href="#"><span class="fa fa-twitter"></span></a>
            </li>
            <li><a class="google-plus" href="#"><span class="fa fa-google-plus"></span></a>
            </li>
            <li><a class="linkedin" href="#"><span class="fa fa-linkedin"></span></a>
            </li>
          </ul>
        </div>
      </div>
    </div>
    <div class="col-xs-12 col-sm-3">
      <div class="bx">
        <div>
          <img src="resources/image/img1.jpg" class="img-responsive img-circle ">
        </div>
        <div>
          <h4>jamie sidens</h4>
          <p>founder</p>
          <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's</p>
        </div>
        <div>
          <ul class="social-nav">
            <li><a class="facebook" href="#"><span class="fa fa-facebook"></span></a>
            </li>
            <li><a class="twitter" href="#"><span class="fa fa-twitter"></span></a>
            </li>
            <li><a class="google-plus" href="#"><span class="fa fa-google-plus"></span></a>
            </li>
            <li><a class="linkedin" href="#"><span class="fa fa-linkedin"></span></a>
            </li>
          </ul>
        </div>
      </div>
    </div>
  </div>
</div>

2

Answers


  1. Have you tried adding padding to .class:before as follows:

    .slick-prev:before, .slick-next:before {
        padding: 40px;
    }
    

    Seems to work fine for me. Perhaps the class name was overriding what you were trying to do with button:before / button:after, etc.

    Working update:

    $('.slider-team ').slick({
        infinite: true,
        slidesToShow: 4,
        slidesToScroll: 4,
        adaptiveHeight: true
      });
    .section-team .bx {
        text-align: center;
        border: 2px solid #CCCCCC;
        border-radius: 3px;
        padding: 6%;
        color: #CCCCCC;
        margin-top: 20px;
    }
    
    /*  slider  */
    .team_area{
    	float: left;
    	display: inline;
    	width: 100%;
    }
    
    .slider-team{
    	float: left;
    	display: inline;
    	width: 100%;
    }
    
    .slick-prev::before, .slick-next::before {
        background-color: blue;
        position: absolute;
        font-family: 'FontAwesome' !important;
        top: 0;
    }
    
    .slick-prev,
    .slick-next{
        width: 30px;
    }
    
    .slick-next{
    }
    
    .slick-prev:before {
      content: "f104" !important;
    }
    
    .slick-next:before {
      content: "f105" !important;
    }
    
    /* End Slider  */
    
    .section-team .bx > div {
        margin-bottom: 10px;
    }
    
    .section-team .bx > div:last-child {
        margin-top: 20px;
    }
    
    .section-team .bx img {
        width: 150px;
        margin: 0px auto;
        margin-top: 10px;
    }
    
    .section-team .bx h4 {
        margin-bottom: 0px;
        color: #464646;
    }
    
    .section-team .bx h4 + p {
        color: #2EA2C7;
    }
    
    .section-team .bx h4,
    .section-team .bx h4 + p {
        text-transform: uppercase;
    }
    
    .section-team .bx P + p {
        line-height: 1.6;
        font-size: 95%;
        color: #837979;
    }
    
    .social-nav {
        margin: 0 auto;
    }
    
    .social-nav li {
        display: inline-block;
        margin-left: 5px;
    }
    
    .social-nav li a {
        width: 35px;
        height: 35px;
        border-radius: 50% !important;
        display: inline-block;
        color: #fff;
        background-color: #CCCCCC;
        padding-top: 9px;
        text-align: center;
        vertical-align: middle;
        transition: all 0.2s;
    }
    
    .social-nav li .facebook:hover{
        color: #fff;
        background-color: #3b5998;
    }
    
    .social-nav li .twitter:hover{
        color: #fff;
        background-color: #55acee;
    }
    
    .social-nav li .google-plus:hover{
        color: #fff;
        background-color: #f44336;
    }
    
    .social-nav li .linkedin:hover{
        color: #fff;
        background-color: #007bb5;
    }
    
    .slick-prev:before, .slick-next:before {
      padding: 40px;
    }
    <link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.6/css/bootstrap.css" rel="stylesheet" />
    
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
    
    <script src="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick.js"></script>
    
    <link href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick.css" rel="stylesheet" />
    
    <link href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick-theme.css" rel="stylesheet" />
    
    <div class="team_area">
      <div class="slider-team">
        <div class="col-xs-12 col-sm-3">
          <div class="bx">
            <div>
              <img src="resources/image/img1.jpg" class="img-responsive img-circle ">
            </div>
            <div>
              <h4>jamie sidens</h4>
              <p>founder</p>
              <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's</p>
            </div>
            <div>
              <ul class="social-nav">
                <li><a class="facebook" href="#"><span class="fa fa-facebook"></span></a>
                </li>
                <li><a class="twitter" href="#"><span class="fa fa-twitter"></span></a>
                </li>
                <li><a class="google-plus" href="#"><span class="fa fa-google-plus"></span></a>
                </li>
                <li><a class="linkedin" href="#"><span class="fa fa-linkedin"></span></a>
                </li>
              </ul>
            </div>
          </div>
        </div>
        <div class="col-xs-12 col-sm-3">
          <div class="bx">
            <div>
              <img src="resources/image/img1.jpg" class="img-responsive img-circle ">
            </div>
            <div>
              <h4>jamie sidens</h4>
              <p>founder</p>
              <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's</p>
            </div>
            <div>
              <ul class="social-nav">
                <li><a class="facebook" href="#"><span class="fa fa-facebook"></span></a>
                </li>
                <li><a class="twitter" href="#"><span class="fa fa-twitter"></span></a>
                </li>
                <li><a class="google-plus" href="#"><span class="fa fa-google-plus"></span></a>
                </li>
                <li><a class="linkedin" href="#"><span class="fa fa-linkedin"></span></a>
                </li>
              </ul>
            </div>
          </div>
        </div>
        <div class="col-xs-12 col-sm-3">
          <div class="bx">
            <div>
              <img src="resources/image/img1.jpg" class="img-responsive img-circle ">
            </div>
            <div>
              <h4>jamie sidens</h4>
              <p>founder</p>
              <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's</p>
            </div>
            <div>
              <ul class="social-nav">
                <li><a class="facebook" href="#"><span class="fa fa-facebook"></span></a>
                </li>
                <li><a class="twitter" href="#"><span class="fa fa-twitter"></span></a>
                </li>
                <li><a class="google-plus" href="#"><span class="fa fa-google-plus"></span></a>
                </li>
                <li><a class="linkedin" href="#"><span class="fa fa-linkedin"></span></a>
                </li>
              </ul>
            </div>
          </div>
        </div>
        <div class="col-xs-12 col-sm-3">
          <div class="bx">
            <div>
              <img src="resources/image/img1.jpg" class="img-responsive img-circle ">
            </div>
            <div>
              <h4>jamie sidens</h4>
              <p>founder</p>
              <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's</p>
            </div>
            <div>
              <ul class="social-nav">
                <li><a class="facebook" href="#"><span class="fa fa-facebook"></span></a>
                </li>
                <li><a class="twitter" href="#"><span class="fa fa-twitter"></span></a>
                </li>
                <li><a class="google-plus" href="#"><span class="fa fa-google-plus"></span></a>
                </li>
                <li><a class="linkedin" href="#"><span class="fa fa-linkedin"></span></a>
                </li>
              </ul>
            </div>
          </div>
        </div>
        <div class="col-xs-12 col-sm-3">
          <div class="bx">
            <div>
              <img src="resources/image/img1.jpg" class="img-responsive img-circle ">
            </div>
            <div>
              <h4>jamie sidens</h4>
              <p>founder</p>
              <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's</p>
            </div>
            <div>
              <ul class="social-nav">
                <li><a class="facebook" href="#"><span class="fa fa-facebook"></span></a>
                </li>
                <li><a class="twitter" href="#"><span class="fa fa-twitter"></span></a>
                </li>
                <li><a class="google-plus" href="#"><span class="fa fa-google-plus"></span></a>
                </li>
                <li><a class="linkedin" href="#"><span class="fa fa-linkedin"></span></a>
                </li>
              </ul>
            </div>
          </div>
        </div>
        <div class="col-xs-12 col-sm-3">
          <div class="bx">
            <div>
              <img src="resources/image/img1.jpg" class="img-responsive img-circle ">
            </div>
            <div>
              <h4>jamie sidens</h4>
              <p>founder</p>
              <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's</p>
            </div>
            <div>
              <ul class="social-nav">
                <li><a class="facebook" href="#"><span class="fa fa-facebook"></span></a>
                </li>
                <li><a class="twitter" href="#"><span class="fa fa-twitter"></span></a>
                </li>
                <li><a class="google-plus" href="#"><span class="fa fa-google-plus"></span></a>
                </li>
                <li><a class="linkedin" href="#"><span class="fa fa-linkedin"></span></a>
                </li>
              </ul>
            </div>
          </div>
        </div>
        <div class="col-xs-12 col-sm-3">
          <div class="bx">
            <div>
              <img src="resources/image/img1.jpg" class="img-responsive img-circle ">
            </div>
            <div>
              <h4>jamie sidens</h4>
              <p>founder</p>
              <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's</p>
            </div>
            <div>
              <ul class="social-nav">
                <li><a class="facebook" href="#"><span class="fa fa-facebook"></span></a>
                </li>
                <li><a class="twitter" href="#"><span class="fa fa-twitter"></span></a>
                </li>
                <li><a class="google-plus" href="#"><span class="fa fa-google-plus"></span></a>
                </li>
                <li><a class="linkedin" href="#"><span class="fa fa-linkedin"></span></a>
                </li>
              </ul>
            </div>
          </div>
        </div>
      </div>
    </div>
    Login or Signup to reply.
  2. $('.slider-team ').slick({
      infinite: true,
      slidesToShow: 4,
      slidesToScroll: 4,
      adaptiveHeight: true
    });
    .section-team .bx {
      text-align: center;
      border: 2px solid #CCCCCC;
      border-radius: 3px;
      padding: 6%;
      color: #CCCCCC;
      margin-top: 20px;
    }
    .slick-prev,
    .slick-next {
      font-size: 0;
      line-height: 0;
      position: absolute;
      top: 50%;
      display: block;
      width: 20px;
      height: 20px;
      z-index: 999;
      padding: 0;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      cursor: pointer;
      color: transparent;
      border: none;
      outline: none;
      background: transparent;
    }
    .slick-prev {
      left: 0 !important;
    }
    .slick-prev:before,
    .slick-next:before {
      font-family: 'slick';
      font-size: 34px !important;
      line-height: 1;
      color: #fff;
      opacity: 1;
      z-index: 999;
      position: absolute;
      background: #2DA2C8 !important;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px;
    }
    /*  slider  */
    
    .team_area {
      float: left;
      display: inline;
      width: 100%;
    }
    .slider-team {
      float: left;
      display: inline;
      width: 100%;
    }
    .slick-prev::before,
    .slick-next::before {
      background-color: blue;
      position: absolute;
      font-family: 'FontAwesome' !important;
      top: 0;
    }
    .slick-prev,
    .slick-next {
      width: 30px;
    }
    .slick-next {} .slick-prev:before {
      content: "f104" !important;
    }
    .slick-next:before {
      content: "f105" !important;
    }
    /* End Slider  */
    
    .section-team .bx > div {
      margin-bottom: 10px;
    }
    .section-team .bx > div:last-child {
      margin-top: 20px;
    }
    .section-team .bx img {
      width: 150px;
      margin: 0px auto;
      margin-top: 10px;
    }
    .section-team .bx h4 {
      margin-bottom: 0px;
      color: #464646;
    }
    .section-team .bx h4 + p {
      color: #2EA2C7;
    }
    .section-team .bx h4,
    .section-team .bx h4 + p {
      text-transform: uppercase;
    }
    .section-team .bx P + p {
      line-height: 1.6;
      font-size: 95%;
      color: #837979;
    }
    .social-nav {
      margin: 0 auto;
    }
    .social-nav li {
      display: inline-block;
      margin-left: 5px;
    }
    .social-nav li a {
      width: 35px;
      height: 35px;
      border-radius: 50% !important;
      display: inline-block;
      color: #fff;
      background-color: #CCCCCC;
      padding-top: 9px;
      text-align: center;
      vertical-align: middle;
      transition: all 0.2s;
    }
    .social-nav li .facebook:hover {
      color: #fff;
      background-color: #3b5998;
    }
    .social-nav li .twitter:hover {
      color: #fff;
      background-color: #55acee;
    }
    .social-nav li .google-plus:hover {
      color: #fff;
      background-color: #f44336;
    }
    .social-nav li .linkedin:hover {
      color: #fff;
      background-color: #007bb5;
    }
    <link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.6/css/bootstrap.css" rel="stylesheet" />
    
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
    
    <script src="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick.js"></script>
    
    <link href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick.css" rel="stylesheet" />
    
    <link href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick-theme.css" rel="stylesheet" />
    
    <div class="team_area">
      <div class="slider-team">
        <div class="col-xs-12 col-sm-3">
          <div class="bx">
            <div>
              <img src="resources/image/img1.jpg" class="img-responsive img-circle ">
            </div>
            <div>
              <h4>jamie sidens</h4>
              <p>founder</p>
              <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's</p>
            </div>
            <div>
              <ul class="social-nav">
                <li><a class="facebook" href="#"><span class="fa fa-facebook"></span></a>
                </li>
                <li><a class="twitter" href="#"><span class="fa fa-twitter"></span></a>
                </li>
                <li><a class="google-plus" href="#"><span class="fa fa-google-plus"></span></a>
                </li>
                <li><a class="linkedin" href="#"><span class="fa fa-linkedin"></span></a>
                </li>
              </ul>
            </div>
          </div>
        </div>
        <div class="col-xs-12 col-sm-3">
          <div class="bx">
            <div>
              <img src="resources/image/img1.jpg" class="img-responsive img-circle ">
            </div>
            <div>
              <h4>jamie sidens</h4>
              <p>founder</p>
              <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's</p>
            </div>
            <div>
              <ul class="social-nav">
                <li><a class="facebook" href="#"><span class="fa fa-facebook"></span></a>
                </li>
                <li><a class="twitter" href="#"><span class="fa fa-twitter"></span></a>
                </li>
                <li><a class="google-plus" href="#"><span class="fa fa-google-plus"></span></a>
                </li>
                <li><a class="linkedin" href="#"><span class="fa fa-linkedin"></span></a>
                </li>
              </ul>
            </div>
          </div>
        </div>
        <div class="col-xs-12 col-sm-3">
          <div class="bx">
            <div>
              <img src="resources/image/img1.jpg" class="img-responsive img-circle ">
            </div>
            <div>
              <h4>jamie sidens</h4>
              <p>founder</p>
              <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's</p>
            </div>
            <div>
              <ul class="social-nav">
                <li><a class="facebook" href="#"><span class="fa fa-facebook"></span></a>
                </li>
                <li><a class="twitter" href="#"><span class="fa fa-twitter"></span></a>
                </li>
                <li><a class="google-plus" href="#"><span class="fa fa-google-plus"></span></a>
                </li>
                <li><a class="linkedin" href="#"><span class="fa fa-linkedin"></span></a>
                </li>
              </ul>
            </div>
          </div>
        </div>
        <div class="col-xs-12 col-sm-3">
          <div class="bx">
            <div>
              <img src="resources/image/img1.jpg" class="img-responsive img-circle ">
            </div>
            <div>
              <h4>jamie sidens</h4>
              <p>founder</p>
              <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's</p>
            </div>
            <div>
              <ul class="social-nav">
                <li><a class="facebook" href="#"><span class="fa fa-facebook"></span></a>
                </li>
                <li><a class="twitter" href="#"><span class="fa fa-twitter"></span></a>
                </li>
                <li><a class="google-plus" href="#"><span class="fa fa-google-plus"></span></a>
                </li>
                <li><a class="linkedin" href="#"><span class="fa fa-linkedin"></span></a>
                </li>
              </ul>
            </div>
          </div>
        </div>
        <div class="col-xs-12 col-sm-3">
          <div class="bx">
            <div>
              <img src="resources/image/img1.jpg" class="img-responsive img-circle ">
            </div>
            <div>
              <h4>jamie sidens</h4>
              <p>founder</p>
              <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's</p>
            </div>
            <div>
              <ul class="social-nav">
                <li><a class="facebook" href="#"><span class="fa fa-facebook"></span></a>
                </li>
                <li><a class="twitter" href="#"><span class="fa fa-twitter"></span></a>
                </li>
                <li><a class="google-plus" href="#"><span class="fa fa-google-plus"></span></a>
                </li>
                <li><a class="linkedin" href="#"><span class="fa fa-linkedin"></span></a>
                </li>
              </ul>
            </div>
          </div>
        </div>
        <div class="col-xs-12 col-sm-3">
          <div class="bx">
            <div>
              <img src="resources/image/img1.jpg" class="img-responsive img-circle ">
            </div>
            <div>
              <h4>jamie sidens</h4>
              <p>founder</p>
              <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's</p>
            </div>
            <div>
              <ul class="social-nav">
                <li><a class="facebook" href="#"><span class="fa fa-facebook"></span></a>
                </li>
                <li><a class="twitter" href="#"><span class="fa fa-twitter"></span></a>
                </li>
                <li><a class="google-plus" href="#"><span class="fa fa-google-plus"></span></a>
                </li>
                <li><a class="linkedin" href="#"><span class="fa fa-linkedin"></span></a>
                </li>
              </ul>
            </div>
          </div>
        </div>
        <div class="col-xs-12 col-sm-3">
          <div class="bx">
            <div>
              <img src="resources/image/img1.jpg" class="img-responsive img-circle ">
            </div>
            <div>
              <h4>jamie sidens</h4>
              <p>founder</p>
              <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's</p>
            </div>
            <div>
              <ul class="social-nav">
                <li><a class="facebook" href="#"><span class="fa fa-facebook"></span></a>
                </li>
                <li><a class="twitter" href="#"><span class="fa fa-twitter"></span></a>
                </li>
                <li><a class="google-plus" href="#"><span class="fa fa-google-plus"></span></a>
                </li>
                <li><a class="linkedin" href="#"><span class="fa fa-linkedin"></span></a>
                </li>
              </ul>
            </div>
          </div>
        </div>
      </div>
    </div>
    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search