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

    Hello Support,

    http://pmgl.bydecosta.com/about/

    In the About Us page we added the TESTIMONIALS element and need help changing the way it looks.
    Below is a screen shot how we want it to appear.

    Thanks again for the amazing support.

    MP

    #355308

    Hey Marcelo!

    Open up /enfold/config-templatebuilder/avia-shortcodes/testimonials.php and move lines 393 – 398.

    				$output .= 				"<div class='avia-testimonial-meta-mini'>";
    	if($name)	$output .= 					"<strong  class='avia-testimonial-name'  {$this->title_styling} {$markup_name}>{$name}</strong>";
    if($subtitle)	$output .= 					"<span  class='avia-testimonial-subtitle {$this->subtitle_class}' {$this->title_styling}  {$markup_job}>{$subtitle}</span>";
        if($link)	$output .= 					"<span class='hidden avia-testimonial-markup-link'  {$markup_url}>{$link}</span>";
    	if($link)	$output .= 					" &ndash; <a class='aviablank avia-testimonial-link' href='{$link}' >{$linktext}</a>";
    				$output .= 				"</div>";

    Up so they display on top of this line.

    $output .= 		"<div class='avia-testimonial-content {$this->content_class}'  {$this->content_styling} {$markup_text}>";
    

    And then add this to your custom CSS.

    .avia-testimonial-image { float: right !important; }
    

    Cheers!
    Elliott

    #368982

    Thank you for your help.

    MP

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Testimonials changing layout’ is closed to new replies.