Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #577728

    Dear all,

    I would like to center the Testimonial image centered over the Testimonial Content (like in Team Section on Start Page).
    http://www.tagungshotel-in-hannover.de/

    Additionaly I would like to set a Color-filled Border in Grey.

    Could you please help me?

    Kind regards and best wishes for your weekend in advance,
    Andy

    #577901

    Hey hajzr!

    Please refer to my post here – https://kriesi.at/support/topic/change-the-position-of-image-in-testimonial/#post-563372
    and then add following code to Quick CSS in Enfold theme options under General Styling tab

    .avia-testimonial {
        background: #e8e8e8;
    }

    Regards,
    Yigit

    #580380

    Awesome, thank you!
    Last two questions for this: Is it possible to put the Testimonial Name, Description and Link in one Line? (Under the red line in image).
    Second: Is it possible to separate the background with a white border (see image, too)

    Many thanks for your excellent help and the excellent template!

    Vertical-Text

    Kind regards,
    Andy

    #580777

    Hi Andy,

    Please try the following as well:

    strong.avia-testimonial-name {
    display: inline-block !important;
    }

    Thanks,
    Rikard

    #580913

    Hi Rikard,

    thanks for your answer! Unfortunately it did not help (please have a look on the website).

    Kind regards,
    Andy

    #582189

    Hi!

    Please add following code to Quick CSS

    .avia-testimonial-content {
        min-height: 200px;
    }

    Best regards,
    Yigit

    #582297

    Hi hajzr,

    Your Second question: Is it possible to separate the background with a white border (see image, too)

    My answer: Yes, it is. Add this css code to the Quick CSS enfold theme or custom css plugin, whatever you use.

    .avia-testimonial-wrapper .avia-testimonial-row:last-child .avia-testimonial {
        border-bottom: none;
        border-right: 10px solid #ffffff !important;
    }
    • This reply was modified 8 years, 8 months ago by Isakos-Soft.
    #582327

    You guys are so cool! Many, many thanks for your help and have a nice weekend!

    #582328

    Hey!

    Sorry, i missed the second part of the question, please try following as well

    .avia-testimonial-content {
        border-bottom: 2px solid white; 
    }


    @isakos-soft
    Thanks :)

    Regards,
    Yigit

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Testimonial centered image and border’ is closed to new replies.