Forum Replies Created

Viewing 1 replies (of 1 total)
  • This will make it look nice if you’re taking a mobile-first approach.
    Cheers, JP

    .section-services .service-item .service-image {
    float: none;
    margin-bottom: 30px;
    margin-top: 10px;
    margin-right: 0px;
    text-align: center;
    }

    .service-content {
    text-align: center;
    }

    @media (min-width: 992px) {
    .col-sm-6.col-lg-4.wow.slideInUp {
    width: 33.333333%;
    }
    }

    @media (min-width: 544px) {
    .col-sm-6.col-lg-4.wow.slideInUp{
    width: 100%;
    float: center;
    }
    }

Viewing 1 replies (of 1 total)