DreamGurda
05-27-2012, 06:30 PM
Hi everyone !
I am very new at any form of coding and I have been working in a Wordpress theme. I am trying to align my "Contact" text with the rest of the text on the left.
11219
Here is my code :
<aside id="text-3" class="widget widget_text col-3">
<h2 class="widget-title">
<cufon class="cufon cufon-canvas" alt="contact" style="width: 81px; height: 18px;">
</h2>
<div class="textwidget">
<aside id="text-2" class="widget widget_text col-3">
<h2 class="widget-title">
<div class="textwidget">
<div>
<img style="float: left;" src="http://beta.ait-themes.com/magazine/wp-content/uploads/home.png" alt="home">
<p style="margin-bottom:10px; margin-left: 30px; ">550 Rue du Parc #120 Saint-Eustache, QC J7R 7G6</p>
</div>
<div style="margin-bottom:10px;">
<img style="float: left;" src="http://beta.ait-themes.com/magazine/wp-content/uploads/mail.png" alt="email">
<span style="margin-left: 9px;">
<a href="mailto:info@allardfitness.com">info@allardfitness.com</a>
</span>
</div>
<div>
<img style="float: left;" src="http://beta.ait-themes.com/magazine/wp-content/uploads/phone.png" alt="phone">
<span style="margin-left: 9px;">514-248-4540</span>
</div>
</div>
</aside>
</div>
</aside>
How can I align my "Contact" part with the rest of the text on the left ??
Thanks for your time :)
I am very new at any form of coding and I have been working in a Wordpress theme. I am trying to align my "Contact" text with the rest of the text on the left.
11219
Here is my code :
<aside id="text-3" class="widget widget_text col-3">
<h2 class="widget-title">
<cufon class="cufon cufon-canvas" alt="contact" style="width: 81px; height: 18px;">
</h2>
<div class="textwidget">
<aside id="text-2" class="widget widget_text col-3">
<h2 class="widget-title">
<div class="textwidget">
<div>
<img style="float: left;" src="http://beta.ait-themes.com/magazine/wp-content/uploads/home.png" alt="home">
<p style="margin-bottom:10px; margin-left: 30px; ">550 Rue du Parc #120 Saint-Eustache, QC J7R 7G6</p>
</div>
<div style="margin-bottom:10px;">
<img style="float: left;" src="http://beta.ait-themes.com/magazine/wp-content/uploads/mail.png" alt="email">
<span style="margin-left: 9px;">
<a href="mailto:info@allardfitness.com">info@allardfitness.com</a>
</span>
</div>
<div>
<img style="float: left;" src="http://beta.ait-themes.com/magazine/wp-content/uploads/phone.png" alt="phone">
<span style="margin-left: 9px;">514-248-4540</span>
</div>
</div>
</aside>
</div>
</aside>
How can I align my "Contact" part with the rest of the text on the left ??
Thanks for your time :)