5 column gkTestimonial
Rate this topic: 1.00 out of 6 based on 1 vote(s)
- GK User
- Thu Feb 20, 2014 8:03 pm
- Reply with quote
- Report this post
Hi!
I'm building a new site and I need to replicate the gkTesimonials in the demo, but insted of the gkText and gkLink in the fifth column I need to put an image (in the squeare of the first row) and text (in the second row).
More preisely: my website is http://accessblu.com/nuevo/.
I need the first row to be like it is now, but with the 'light bulb' image in the fifth position. And the second row like it is but with text (the one next to the light bulb) in the fifth position.
Today the code looks like this:
Culd you help me? Thanks!
I'm building a new site and I need to replicate the gkTesimonials in the demo, but insted of the gkText and gkLink in the fifth column I need to put an image (in the squeare of the first row) and text (in the second row).
More preisely: my website is http://accessblu.com/nuevo/.
I need the first row to be like it is now, but with the 'light bulb' image in the fifth position. And the second row like it is but with text (the one next to the light bulb) in the fifth position.
Today the code looks like this:
- Code: Select all
<div class="gkTestimonials" data-extralinks="on">
<div>
<div><img src="images/AB_alianza.jpg" alt="" border="0" /><blockquote>
<p>Hemos formado una alianza estratégica con la Academia Inpact en Santiago, Chile.</p>
</blockquote>
</div>
<div><img src="images/AB_mision.jpg" alt="" border="0" /><blockquote>
<p>Buscamos nuevas estrategias para cubrir las necesidades de nuestros clientes y así garantizar el éxito de nuestra intervención.</p>
</blockquote>
</div>
<div><img src="images/AB_nuestra-gente.jpg" alt="" border="0" /><blockquote>
<p>Contamos con personal altamente capacitado y certificado en coaching y terapeutas especializados en hipnosis clínica ericksoniana.</p>
</blockquote>
</div>
</div>
<div>
<div><blockquote>
<p>Cumplimos con estándares de calidad y competencia entregándote herramientas para generar los cambios oportunos mejorando tu desempeño.</p>
</blockquote><img src="images/AB_quienes-somos.jpg" alt="" border="0" />
</div>
<div><blockquote>
<p>Nos regimos con el valor de que cada persona o empresa son distintos, nuestros servicios que se ajustan a las necesidades de cada cliente.</p>
</blockquote><img src="images/AB_valores.jpg" alt="" border="0" />
</div>
</div>
</div>
Culd you help me? Thanks!
-
- Fresh Boarder
- teitbite
- Sat Feb 22, 2014 5:11 pm
- Reply with quote
- Report this post
Hi
Please replace the code with this one:
Than show me Your site, so I'll upadate You with css.
Please replace the code with this one:
- Code: Select all
<div class="gkTestimonials" data-extralinks="on">
<div>
<div><img src="images/AB_alianza.jpg" alt="" border="0" /><blockquote>
<p>Hemos formado una alianza estratégica con la Academia Inpact en Santiago, Chile.</p>
</blockquote>
</div>
<div><img src="images/AB_mision.jpg" alt="" border="0" /><blockquote>
<p>Buscamos nuevas estrategias para cubrir las necesidades de nuestros clientes y así garantizar el éxito de nuestra intervención.</p>
</blockquote>
</div>
<div><img src="images/AB_nuestra-gente.jpg" alt="" border="0" /><blockquote>
<p>Contamos con personal altamente capacitado y certificado en coaching y terapeutas especializados en hipnosis clínica ericksoniana.</p>
</blockquote>
</div>
<div class="fifth">
<blockquote><p>Contamos con personal altamente capacitado y certificado en coaching y terapeutas especializados en hipnosis clínica ericksoniana.</p></blockquote>
</div>
</div>
<div>
<div><blockquote>
<p>Cumplimos con estándares de calidad y competencia entregándote herramientas para generar los cambios oportunos mejorando tu desempeño.</p>
</blockquote><img src="images/AB_quienes-somos.jpg" alt="" border="0" />
</div>
<div><blockquote>
<p>Nos regimos con el valor de que cada persona o empresa son distintos, nuestros servicios que se ajustan a las necesidades de cada cliente.</p>
</blockquote><img src="images/AB_valores.jpg" alt="" border="0" />
</div>
<div class="fifth">
<blockquote><p>Contamos con personal altamente capacitado y certificado en coaching y terapeutas especializados en hipnosis clínica ericksoniana.</p></blockquote>
</div>
</div>
</div>
Than show me Your site, so I'll upadate You with css.
-
- Moderator
2 posts
• Page 1 of 1