Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #867190

    hi. how can i get the customer images here: https://imgur.com/a/FajP4 bigger. 200x200px and is there a way center the images and the small arrow?

    #867436

    Hey Alex,

    Please try the following in Quick CSS under Enfold->General Styling:

    .avia-slider-testimonials .avia-testimonial-meta .avia-testimonial-image {
        width: 200px !important;
        height: 200px !important;
        display:table !important;
        margin:0 auto !important;
    }
    
    .avia-testimonial-meta-mini {
        text-align: center;
    }

    Best regards,
    Rikard

    #867447

    Hey diefleischerei,

    Add this custom code:

    
    .avia-testimonial-image {
      margin-left: 50% !important;
    }
    
    .avia-testimonial-meta-mini {
      display: block;
      width: 100%;
      text-align: center;
      margin-left: 3%;
    }
    

    Best regards,
    John Torvik

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.