Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #915781

    there is a little problem here: https://imgur.com/a/nIvT3

    A: space between text

    B: can you help me to center this. the small arrow down, the picture and the text :)

    Thanks, Alex

    #915786

    Hey diefleischerei,

    I see, please try adding the following to quick css.

    For the text issue:

    .avia-testimonial-meta-mini{
    line-height:30px!important;
    }
    
    .avia-testimonial-name{
    line-height:30px;
    }

    For the arrow:

    
    .avia-slider-testimonials .avia-testimonial-arrow-wrap{
    left:50%!important;
    }

    Best regards,
    Jordan Shannon

    #916026

    hey Jordan, it looks good https://imgur.com/a/luHfp

    Thank you very much. Only the images of the customer reviews are not centered. can you help me to fix this :)

    And i want to increase the space here also : https://imgur.com/a/Q9EhU

    Greetings, Alex

    #916277

    Hi,

    Add this to quick css for the spacing:

    .avia-testimonial_inner .avia-testimonial-content.av_inherit_color p{
    line-height:30px!important;
    }

    I’m still looking into the best method for the image.

    Best regards,
    Jordan Shannon

    #916325

    Thanks Jordan :) Only the image is a little tricky :) :) :)

    And do you have maybe a solutions for my header problem? https://kriesi.at/support/topic/get-color-section-51px-high/

    #916338

    Hi,

    Do you have any additional custom css that may be effecting the image position?

    The other issue will be addressed in that thread.

    Best regards,
    Jordan Shannon

    #916682

    OK, i have solved the problem in the other thread :)

    This is the code is usw. Maybe there is an error inside. can you help me here. Greetings, Alex

    /*Kundenmeinungen größer*/
    .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;
    }
    /*Kundenmeinungen zentrieren */
    .avia-testimonial-image {float: none!important; }
    .avia-slider-testimonials .avia-testimonial-arrow-wrap{
    left:50%!important;
    }
    
    /*Kundenkommantar größere schrift */
    .avia-testimonial-content p { font-size: 24px !important; }
    .main_color strong.avia-testimonial-name, .main_color .avia-testimonial-subtitle {font-size: 24px; }
    /*Kundenkommantar Zeilenhöhe */
    .avia-testimonial-meta-mini{
    line-height:30px!important;
    }
    .avia-testimonial-name{
    line-height:30px;
    }
    .avia-testimonial_inner .avia-testimonial-content.av_inherit_color p{
    line-height:30px!important;
    }
    #916891

    Hi,

    If you comment out/remove everything except what I gave you does this issue resolve?

    Best regards,
    Jordan Shannon

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