• keith

    (@wkeithgardner)


    /* display content after fields
    .strong-view-id-1 .testimonial-inner {
        display: flex !important;
        flex-direction: column;
    }
    .strong-view-id-1 .testimonial-client {
      order: 1;
    }
    .strong-view-id-1 .testimonial-content {
      order: 2;
    }
    
    /* Display comma and title after name */
    .strong-view-id-1 .testimonial-name, .strong-view-id-1 .testimonial-title {
      display: inline;
    }
    .strong-view-id-1 .testimonial-name::after {
      content: ","; 
      margin-right: 0.4em;
    }
    
    /* display single column on mobile devices
    @media screen and (max-width: 960px) {
      .strong-view-id-1 .testimonial {
        width: 100% !important;
      }
      .strong-view-id-1 .strong-content {
        display: flex !important; 
        flex-direction: column !important; 
        margin: 0 !important;
      }
      .strong-view-id-1 .testimonial-inner {
        width: 100% !important;
      }
      .strong-view-id-1 .testimonial {
        width: 100% !important;
      } 
    }

The topic ‘Customize Display’ is closed to new replies.