Testimonials - images are not centered

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Thu Jul 25, 2013 8:09 pm
Reply with quote
Report this post
Somehow I messed up the code for the "Testimonials" section on the home page.
I went to this page http://demo.gavick.com/joomla25/simplic ... e-elements and used the code there (changed the urls for the images,) but it still doesn't look correct. The images are not centered, they're missing the line, etc.
Capture.JPG


Can you post the code that comes standard with the Joomla 3.0 quickstart package?

Thanks,

Joe
User avatar
Expert Boarder

GK User
Thu Jul 25, 2013 9:35 pm
Reply with quote
Report this post
1. Please change editor to editor - none in global configuration, then paste this code in module editor:
Code: Select all
<p class="gkCentered">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam scelerisque faucibus risus non iaculis. Fusce a augue ante, pellentesque pretium erat. Fusce in turpis in velit tempor pretium. Integer a leo libero.</p>

<div class="gkTestimonials">
<div>
<figure>
<img src="templates/gk_simplicity/images/demo/avatar-1.png" alt="Robert Gavick" />
<figcaption><q>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam scelerisque faucibus risus non iaculis. Fusce a augue ante, pellentesque.</q></figcaption>
</figure>
</div>

<div>
<figure>
<img src="templates/gk_simplicity/images/demo/avatar-2.png" alt="Paulina Nowakowska" />
<figcaption><q>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam scelerisque faucibus risus non iaculis. Fusce a augue ante, pellentesque.</q></figcaption>
</figure>
</div>

<div>
<figure>
<img src="templates/gk_simplicity/images/demo/avatar-3.png" alt="Tomasz Dziuda" />
<figcaption><q>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam scelerisque faucibus risus non iaculis. Fusce a augue ante, pellentesque.</q></figcaption>
</figure>
</div>
</div>
User avatar
Moderator

GK User
Fri Jul 26, 2013 12:30 pm
Reply with quote
Report this post
Thank you! I forgot about changing the editor to "none."
Have a great weekend!
User avatar
Expert Boarder

GK User
Fri Jul 26, 2013 7:49 pm
Reply with quote
Report this post
You too :)
User avatar
Moderator


cron